From: Jan Dubois Date: Tue, 23 Jan 2007 18:43:55 +0000 (-0800) Subject: Improve documentation PERLIO default value in perlrun.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f0701279d8416e729455ce1c3a8a748a3488d30;p=p5sagit%2Fp5-mst-13.2.git Improve documentation PERLIO default value in perlrun.pod Message-ID: p4raw-id: //depot/perl@29941 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index e3f9f1e..592a7b9 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1056,7 +1056,8 @@ layer specification strings (which is also used to decode the PERLIO environment variable) treats the colon as a separator. An unset or empty PERLIO is equivalent to the default set of layers for -your platforms, for example C<:unix:perlio>. +your platform, for example C<:unix:perlio> on UNIX-like systems +and C<:unix:crlf> on Windows and other DOS-like systems. The list becomes the default for I perl's IO. Consequently only built-in layers can appear in this list, as external layers (such as :encoding()) need