summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-08-29 21:35:18 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-08-29 21:35:32 +0100
commit4aee63ef3a77c6ba96c8a88de3ab800a82f645e0 (patch)
tree3e620cb3d599956224f699d3764e7ed8918ec3b4
parent45f3f24684363c03c905ddeea6353a16213e34e8 (diff)
downloadperl-4aee63ef3a77c6ba96c8a88de3ab800a82f645e0.tar.gz
perldelta for e47d32dcd and d27f4b91 / #123712
(cherry picked from commit 041a5927b12568eeb11917de097ce01c15eeb9e0)
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c33d655a97..c7cb43182d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -239,6 +239,13 @@ C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically
to C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>. Since v5.20, this didn't
work if I<min> and I<max> were equal. [perl #125825]
+=item *
+
+Code like C</$a[/> used to read the next line of input and treat it as
+though it came immediately after the opening bracket. Some invalid code
+consequently would parse and run, but some code caused crashes, so this is
+now disallowed. [perl #123712]
+
=back
=head1 Acknowledgements