summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-04-06 13:25:10 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-04-06 13:25:19 +0100
commit8b72f15d288dad778af5a1477f8742c09a8574d4 (patch)
tree0456cc4a76b42ca54aefbf1035061e938d8d08f5
parentfaf2502a373ceeeeb045082c25f1359fefc83298 (diff)
downloadperl-8b72f15d288dad778af5a1477f8742c09a8574d4.tar.gz
perldelta for 1bb1a3d6d35
(cherry picked from commit 54e70d91fbed63597a6d5ea1113abcb56b8a22c0)
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fdabb4233d..f3d55df368 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -378,6 +378,11 @@ non-STASH stored in the SvSTASH() slot of a stash, breaking the B
STASH() method. The DESTROY method is now cached in the MRO metadata
for the stash. [perl #126410]
+=item *
+
+Avoid parsing beyond the end of the buffer when processing a C<#line>
+directive with no filename. [perl #127334]
+
=back
=head1 Known Problems