This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
#!perl -C -w dies
authorFather Chrysostomos <sprout@cpan.org>
Mon, 27 Sep 2010 00:36:51 +0000 (17:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 27 Sep 2010 00:36:51 +0000 (17:36 -0700)
commitd4a59e542ce03bfe18bcffde552ee3abd4322b89
tree06e05e161859a626c2f5c47b46a4a7c0134bdc36
parente2941eb00290cb2fcd0e0ca3f614f82202be65f7
#!perl -C -w dies

parse_unicode_opts expects to end on '\0'. So #!perl -C -w causes an
‘Unknown Unicode option letter ' '’ error. The attached
patch fixes it.
pod/perldelta.pod
t/run/switchC.t
util.c