This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document the "perl -d" bug fixes commit.
authorShlomi Fish <shlomif@shlomifish.org>
Fri, 16 Dec 2011 18:08:47 +0000 (20:08 +0200)
committerDave Rolsky <autarch@urth.org>
Fri, 16 Dec 2011 18:13:26 +0000 (12:13 -0600)
In pod/perldelta.pod.

pod/perldelta.pod

index fdfb999..47b3ef4 100644 (file)
@@ -5,7 +5,6 @@ This has been completed up to 5dca8ed9d28, except for
 b0f2e9e nwclark     Fix two bugs related to pod files outside of pod/ (important enough?)
 9b9f19d craigb      Another vms bug
 cc5de3b craigb         "     "   "
-bdba49a shlomif     perl -d bugfixes and tests
 43d9ecf jpeacock    Set all version object math ops to noop
 f300909 smueller    EU::ParseXS: Silence warning (probably unnecessary)
 
@@ -929,6 +928,16 @@ C<eval(q|""!=!~//|);>
 The "c [line num]" debugger command was broken by other debugger changes
 release in 5.15.3. This is now fixed.
 
+=item *
+
+Breakpoints were not properly restored after a debugger restart using the
+"R" command in 5.15.3. This is now fixed.
+
+=item *
+
+The debugger prompt did not display the current line in 5.15.3. This is now
+fixed.
+
 =back
 
 =head1 Known Problems