perldelta for 6ddcf93b
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 06:06:52 +0000 (23:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 06:06:52 +0000 (23:06 -0700)
pod/perldelta.pod

index 1313625..f0db7a4 100644 (file)
@@ -883,6 +883,11 @@ C<#line> directives inside code embedded in quote-like operators are now respect
 
 =item *
 
+Line numbers are now correct inside the second here-doc when two here-doc
+markers occur on the same line.
+
+=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.