summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-12-08 20:47:54 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-12-08 20:47:54 +0000
commita10f98c7843a6d26879f781294d4034999bbc3a7 (patch)
tree693df0780586dbd9b914092deaf4b440c40a3275
parent84ab2bbd57b7d6e565de1f0b9571702f95fdd92e (diff)
downloadperl-a10f98c7843a6d26879f781294d4034999bbc3a7.tar.gz
Update perldelta for changes in RC4
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2049cd28b3..c4b22497dc 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -262,6 +262,12 @@ the C<%a> format specifier could variously lose the sign of the negative zero,
fail to display zeros after the radix point with the requested precision, or
even lose the radix point after the leftmost hexadecimal digit completely.
+=item *
+
+A crash caused by incomplete expressions within C<< /(?[ ])/ >> (e.g.
+C<< /(?[[0]+()+])/ >>) has been fixed.
+L<[perl #126615]|https://rt.perl.org/Ticket/Display.html?id=126615>
+
=back
=head1 Acknowledgements