This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow -C on the #! line when it is identical to -C on the command line.
authorFather Chrysostomos <sprout@cpan.org>
Sun, 26 Jul 2009 09:27:42 +0000 (10:27 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 26 Jul 2009 09:27:42 +0000 (10:27 +0100)
commit4ba71d51f72efb2af8dc9748dd62219261f2e1fd
treedb33beb1f04b46d1f8f8202b570e72464a23aacd
parentf0c5aa00eeb992584d6996af147c4c51fe7a6540
Allow -C on the #! line when it is identical to -C on the command line.

Change from dieing whenever -C is seen on the #! line, to dieing only when it
differs from that on the command line, or was not specified on the command line.
pod/perldiag.pod
pod/perlrun.pod
t/run/switchC.t
toke.c