diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-14 22:54:53 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-09-14 22:54:53 -0700 |
commit | f8f2d1acc2aa82196fcf4eeb0a61b1cc50ff51c2 (patch) | |
tree | f86a1e7c1da0e4b601a41f376b4c2081583b3cba /pod | |
parent | ae66f3058bc33d17884dc9e4a813c0b25b4c22be (diff) | |
download | perl-f8f2d1acc2aa82196fcf4eeb0a61b1cc50ff51c2.tar.gz |
perldelta for 65c68e1718
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7e171361e4..3bfa3611eb 100644 --- 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 |