summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-01-03 15:40:22 +1100
committerSteve Hay <steve.m.hay@googlemail.com>2019-04-04 13:29:21 +0100
commit72d7d3b4a9bf93b19503b80aad1c03035eda41c1 (patch)
tree4513e2c4afa91065993c9d3cf86b228e85cadaa0 /pod
parent6e4afb719397441074e2f1fcd502ba4b514a7533 (diff)
downloadperl-72d7d3b4a9bf93b19503b80aad1c03035eda41c1.tar.gz
perldelta for 817480137a8b
(cherry picked from commit ff2d4c114220d05f1f894895e9aa3b78c568e986)
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index eea82dc616..1dc4a63b52 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -391,6 +391,12 @@ because the child's stdin would be closed on exec. This has now been fixed.
C<pack "u", "invalid uuencoding"> now properly NUL terminates the
zero-length SV produced. [perl #132655]
+=item *
+
+Failing to compile a format now aborts compilation. Like other errors
+in sub-parses this could leave the parser in a strange state, possibly
+crashing perl if compilation continued. [perl #132158]
+
=back
=head1 Known Problems