perldelta for 65c68e1718
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 05:54:53 +0000 (22:54 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 05:54:53 +0000 (22:54 -0700)
pod/perldelta.pod

index 7e17136..3bfa361 100644 (file)
@@ -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