From: Jarkko Hietaniemi Date: Wed, 13 Mar 2002 17:28:36 +0000 (+0000) Subject: Pod tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb80c70c9993b0d45a645c2be5f374066b9fe269;p=p5sagit%2Fp5-mst-13.2.git Pod tweak. p4raw-id: //depot/perl@15217 --- diff --git a/lib/open.pm b/lib/open.pm index 7e3fdf0..7d59d9a 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -213,7 +213,7 @@ filehandles (STDIN, STDOUT, STDERR) to comply with encoding selected for input/output handles. For example, if both input and out are chosen to be C<:utf8>, a C<:std> will mean that STDIN, STDOUT, and STDERR are also in C<:utf8>. On the other hand, if only output is -chosen to be in C<:encoding(koi8r)', a C<:std> will cause only the +chosen to be in C<< :encoding(koi8r) >>, a C<:std> will cause only the STDOUT and STDERR to be in C. The C<:locale> subpragma implicitly turns on C<:std>.