More precise description of the removal of "#!perl -C" support
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Dec 2007 09:48:36 +0000 (09:48 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Dec 2007 09:48:36 +0000 (09:48 +0000)
p4raw-id: //depot/perl@32579

pod/perl5100delta.pod

index 9e34f25..a5f1405 100644 (file)
@@ -414,7 +414,9 @@ such as newline and backspace are output in C<\x> notation, rather than
 octal.
 
 The B<-C> option can no longer be used on the C<#!> line. It wasn't
-working there anyway.
+working there anyway, since the standard streams are already set up
+at this point in the execution of the perl interpreter. You can use
+binmode() instead to get the desired behaviour.
 
 =head2 UCD 5.0.0