summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-02-03 14:52:00 +1100
committerTony Cook <tony@develop-help.com>2016-02-03 14:52:00 +1100
commit19b46ab5624b4e6a627a3565b8da36643b8a6ce6 (patch)
tree1f21bc34b8e3323df5e1879191ad16c34b0f5ab0 /pod
parent23c4e91245a43fb7bbe5215e27ca989e3b410552 (diff)
downloadperl-19b46ab5624b4e6a627a3565b8da36643b8a6ce6.tar.gz
perldelta for 23c4e91245a4
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 509af01b4d..781b3cd22a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -378,6 +378,13 @@ the wrong function. Perl would also crash if the C<ISA> glob was
destroyed, since new code added in 5.23.7 would try to release the
C<isaelem> magic from the elements. [perl #127351]
+=item *
+
+If a here-doc was found while parsing another operator, the parser had
+already read end of file, and the here-doc was not terminated, perl
+could produce an assertion or a segmentation fault. This now reliably
+complains about the unterminated here-doc. [perl #125540]
+
=back
=head1 Known Problems