summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-03-19 19:45:49 -0700
committerFather Chrysostomos <sprout@cpan.org>2015-03-19 19:58:38 -0700
commit69e954a56950420677f55591fe4d5bbd4e328d30 (patch)
tree9299e8b3587d9bedcb4d34db5e3ac1ea346e8840
parentb05565aae02ec237003b55f9951cb3ba556ddbcc (diff)
downloadperl-69e954a56950420677f55591fe4d5bbd4e328d30.tar.gz
perldelta for #123801 / f4460c6f7a0
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6592a300ed..363ab82428 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -509,6 +509,11 @@ Repeated global pattern matches in scalar context on large tainted
strings were exponentially slow depending on the current match
position in the string. [perl #123202]
+=item *
+
+Various crashes due to the parser getting confused by syntax errors have
+been fixed. [perl #123801]
+
=back
=head1 Known Problems