This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b65db4b
)
perldelta for 6ddcf93b
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 06:06:52 +0000
(23:06 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 06:06:52 +0000
(23:06 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1313625
..
f0db7a4
100644
(file)
--- 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.