Doc 5d5d9ea ("c 3" debugger command fix) in perldelta
authorDave Rolsky <autarch@urth.org>
Fri, 16 Dec 2011 17:07:25 +0000 (11:07 -0600)
committerDave Rolsky <autarch@urth.org>
Fri, 16 Dec 2011 17:57:08 +0000 (11:57 -0600)
pod/perldelta.pod

index 49a7932..fdfb999 100644 (file)
@@ -6,7 +6,6 @@ b0f2e9e nwclark     Fix two bugs related to pod files outside of pod/ (important
 9b9f19d craigb      Another vms bug
 cc5de3b craigb         "     "   "
 bdba49a shlomif     perl -d bugfixes and tests
-5d5d9ea shlomif     Make "c 3" work again
 43d9ecf jpeacock    Set all version object math ops to noop
 f300909 smueller    EU::ParseXS: Silence warning (probably unnecessary)
 
@@ -925,6 +924,11 @@ A bug fix in 5.15.5 could sometimes result in assertion failures under
 debugging builds of perl for certain syntax errors in C<eval>, such as
 C<eval(q|""!=!~//|);>
 
+=item *
+
+The "c [line num]" debugger command was broken by other debugger changes
+release in 5.15.3. This is now fixed.
+
 =back
 
 =head1 Known Problems