From: Rafael Garcia-Suarez Date: Fri, 13 Jan 2006 13:47:52 +0000 (+0000) Subject: Better wording for change 26796. Plus, make podchecker happy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7845df8f6bfd9f3b7e686165ebf73c1549cb163;p=p5sagit%2Fp5-mst-13.2.git Better wording for change 26796. Plus, make podchecker happy. p4raw-id: //depot/perl@26816 --- diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index a1c3e0e..116deb5 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -35,7 +35,7 @@ PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space =head1 SYNOPSIS - open($fh,"<:crlf", "my.txt"); # support native and Windows text files + open($fh,"<:crlf", "my.txt"); # support platform-native and CRLF text files open($fh,"<","his.jpg"); # portably open a binary file for reading binmode($fh); @@ -288,7 +288,7 @@ The following table summarizes the default layers on UNIX-like and DOS-like platforms and depending on the setting of the C<$ENV{PERLIO}>: PERLIO UNIX-like DOS-like - + ------ --------- -------- unset / "" unix perlio / stdio [1] unix crlf stdio unix perlio / stdio [1] stdio perlio unix perlio unix perlio @@ -338,4 +338,3 @@ L, L, L, L, L =cut -