This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #125381] fix -Cnn parsing
authorHugo van der Sanden <hv@crypt.org>
Thu, 11 Jun 2015 11:25:40 +0000 (12:25 +0100)
committerHugo van der Sanden <hv@crypt.org>
Thu, 11 Jun 2015 12:33:09 +0000 (13:33 +0100)
commit89d84ff965b644c21c4c0633253e4cb21f72b62c
tree3efa710abdd49d6091060162d3b42409a7e80c85
parent4b523e790cc5594fb19013dc23adfb6a5b34f824
[perl #125381] fix -Cnn parsing

Commit 22ff313068 for [perl #123814] inadvertently changed the logic 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.
t/run/switchC.t
util.c