From bc86bb169cdcac0d355d9c0eee456a8ca70f0d27 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 14 Sep 2013 23:06:52 -0700 Subject: [PATCH 1/1] perldelta for 6ddcf93b --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1313625..f0db7a4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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. -- 1.8.3.1