From: Father Chrysostomos <sprout@cpan.org>
Date: Sun, 26 Jul 2009 09:30:00 +0000 (+0100)
Subject: perldelta entry noting when -C is now allowed on the #! line.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc46f0f6acf947702bfc9ac32e05b1f4e8f4c720;p=p5sagit%2Fp5-mst-13.2.git

perldelta entry noting when -C is now allowed on the #! line.
---

diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index c7cb8ae..d7eb6dc 100644
--- a/pod/perl5110delta.pod
+++ b/pod/perl5110delta.pod
@@ -209,6 +209,13 @@ kill process "0", which would terminate the current process group on POSIX
 systems.  Since process identifiers are always integers, killing a non-numeric
 process is now fatal.
 
+=item C<-C> on the shebang line is once more permitted
+
+if it is also specified on the command line. C<-C> on the shebang line used
+to be a silent no-op I<if> it was not also on the command line, so perl 
+5.10.0 disallowed it, which broke some scripts. Now perl checks whether it 
+is also on the command line and only dies if it is not.
+
 =back
 
 =head1 New or Changed Diagnostics