summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-02-10 16:07:42 +1100
committerTony Cook <tony@develop-help.com>2016-02-10 16:07:42 +1100
commit54e70d91fbed63597a6d5ea1113abcb56b8a22c0 (patch)
tree5278d22efeeff66b24bd38fb4e3c572ed69992b8 /pod
parent1bb1a3d6d354f67d1158693a799cb49037d27475 (diff)
downloadperl-54e70d91fbed63597a6d5ea1113abcb56b8a22c0.tar.gz
perldelta for 1bb1a3d6d35
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7a9cf569f9..3f52661e20 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -532,6 +532,11 @@ for the stash. [perl #126410]
The AUTOLOAD method is now called when searching for a DESTROY method,
and correctly sets C<$AUTOLOAD> too. [perl #124387] [perl #127494]
+=item *
+
+Avoid parsing beyond the end of the buffer when processing a C<#line>
+directive with no filename. [perl #127334]
+
=back
=head1 Known Problems