diff options
author | Karl Williamson <khw@cpan.org> | 2015-10-31 10:55:35 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-31 10:55:48 +0000 |
commit | e156570a95e416fcda6281488e86aca30101ec6a (patch) | |
tree | e08f7eacfcb031212e82c0c41bebd8ef664447ef | |
parent | 0fd74c28c435ed228169e69328ce56b285878094 (diff) | |
download | perl-e156570a95e416fcda6281488e86aca30101ec6a.tar.gz |
perldelta for #126181
(cherry picked from commit 8ca3d7d7d586051fc3f1f0a31ebec311138dfd8d)
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3494f54b85..00e0cb79ee 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -158,6 +158,13 @@ L<[perl #126180]|https://rt.perl.org/Ticket/Display.html?id=126180> =item * +Another problem with +L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes> +constructs has been fixed wherein things like C<\c]> could cause panics. +L<[perl #126181]|https://rt.perl.org/Ticket/Display.html?id=126181> + +=item * + In Perl 5.22.0, the logic changed when parsing a numeric parameter to the -C option, such that the successfully parsed number was not saved as the option value if it parsed to the end of the argument. |