summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-19 22:10:57 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-19 22:10:57 -0700
commitbc7bbd314b9de6da4e0b8bf6a3c1ced7645acc76 (patch)
tree17241108a31f6abe40e5ff6b2ef8e71ffed99b47
parent24c3455551f279028661b19077eb6c0e12df2fbe (diff)
downloadperl-bc7bbd314b9de6da4e0b8bf6a3c1ced7645acc76.tar.gz
perldelta for #128951 / bf8a9a15
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 22b066fc32..3f01895bb0 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -432,6 +432,12 @@ in inconsistent behaviour. Note that this is non-portable,
and is based on Perl's extension to UTF-8, and is probably not
displayable nor enterable by any editor. [perl #128738]
+=item *
+
+C<@{x> followed by a newline where C<x> represents a control or non-ASCII
+character no longer produces a garbled syntax error message or a crash.
+[perl #128951]
+
=back
=head1 Known Problems