summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2011-12-16 11:07:25 -0600
committerDave Rolsky <autarch@urth.org>2011-12-16 11:57:08 -0600
commit8aade7da97843bdd2f0afb15bdc69c6c59afb036 (patch)
tree499950eae4b0f7454ce2cb71a5d7fddd1f2d2ac5
parent57dedab93bafa0ad0375aae6a6a84edd56f2cb16 (diff)
downloadperl-8aade7da97843bdd2f0afb15bdc69c6c59afb036.tar.gz
Doc 5d5d9ea ("c 3" debugger command fix) in perldelta
-rw-r--r--pod/perldelta.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 49a79326b1..fdfb999b8b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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