summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-10-27 13:26:33 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-10-27 13:26:53 +0000
commit404b9e8739248eda4e9a1a530db48fb69d373c6a (patch)
tree7b484a6c072cfe680a08484f042af3809b18153f
parenta70dd81b912e6ebce0f4c0702b3426093b22438d (diff)
downloadperl-404b9e8739248eda4e9a1a530db48fb69d373c6a.tar.gz
perldelta: update for v5.23.0
(manually cherry-picked from commit 73d6481e251515b5d92adeb35d5a09b102f9304f)
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 07b552037a..55c52961a4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -365,6 +365,12 @@ in L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes>
constructs within regular expression patterns could cause a segfault
instead of a proper error message. [perl #126180]
+=item *
+
+In perl v5.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. [perl #125381]
+
=back
=head1 Known Problems