diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-05 09:48:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-05 09:48:36 +0000 |
commit | cba8bf6076805b706b109791dbc510ffea46c261 (patch) | |
tree | 2ba7690ad811a15b736086818d5ed8dd956f80a7 /pod | |
parent | 4fd88bf8f78c66ad5ff397678c2c89c7e8b254f6 (diff) | |
download | perl-cba8bf6076805b706b109791dbc510ffea46c261.tar.gz |
More precise description of the removal of "#!perl -C" support
p4raw-id: //depot/perl@32579
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5100delta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 9e34f25dec..a5f1405051 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -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 |