From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 5 Dec 2007 09:48:36 +0000 (+0000)
Subject: More precise description of the removal of "#!perl -C" support
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cba8bf6076805b706b109791dbc510ffea46c261;p=p5sagit%2Fp5-mst-13.2.git

More precise description of the removal of "#!perl -C" support

p4raw-id: //depot/perl@32579
---

diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index 9e34f25..a5f1405 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