From fc46f0f6acf947702bfc9ac32e05b1f4e8f4c720 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 26 Jul 2009 10:30:00 +0100 Subject: [PATCH] perldelta entry noting when -C is now allowed on the #! line. --- pod/perl5110delta.pod | 7 +++++++ 1 file changed, 7 insertions(+) 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 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 -- 2.7.4