X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlrun.pod;h=4f9afdf6bfea98d5b2bb76244aa117c16c30da20;hb=d360a069d6bdc55d9bfda16507abbff2168bf4f7;hp=3890cfc458609652cde752705da9a85e9d347146;hpb=ab4f76833e2458efc4173c57c2a90811c4de61df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3890cfc..4f9afdf 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -917,13 +917,13 @@ are disabled. Arranges for all accesses go straight to the lowest buffered layer provided by the configration. That is it strips off any layers above that layer. -In Perl 5.6 and some books the C<:raw> layer (also called a discipline) -is documented as the inverse of the C<:crlf> layer. That is no longer -the case - other layers which would alter binary nature of the -stream are also disabled. If you want UNIX line endings on a platform -that normally does CRLF translation, but still want UTF-8 or encoding -defaults the appropriate thing to do is to add C<:perlio> to PERLIO -environment variable. +In Perl 5.6 and some books the C<:raw> layer (previously sometimes also +referred to as a "discipline") is documented as the inverse of the +C<:crlf> layer. That is no longer the case - other layers which would +alter binary nature of the stream are also disabled. If you want UNIX +line endings on a platform that normally does CRLF translation, but still +want UTF-8 or encoding defaults the appropriate thing to do is to add +C<:perlio> to PERLIO environment variable. =item :stdio