projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae66f30
)
perldelta for 65c68e1718
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 05:54:53 +0000
(22:54 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 05:54:53 +0000
(22:54 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
7e17136
..
3bfa361
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-879,6
+879,12
@@
Line numbers inside multiline quote-like operators are now reported correctly.
C<#line> directives inside code embedded in quote-like operators are now respected.
+=item *
+
+Perl 5.19.2 inadvertently stopped some lines of code from being available
+to the debugger if C<< => >> occurred at the beginning of a line and the
+previous line ended with a keyword. This is now fixed.
+
=back
=head1 Known Problems