Change 29941 by [EMAIL PROTECTED] on 2007/01/24 11:22:17
Subject: [PATCH] Improve documentation PERLIO default value in
perlrun.pod
From: Jan Dubois <[EMAIL PROTECTED]>
Date: Tue, 23 Jan 2007 18:43:55 -0800
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlrun.pod#149 edit
Differences ...
==== //depot/perl/pod/perlrun.pod#149 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#148~29620~ 2006-12-24 01:28:22.000000000 -0800
+++ perl/pod/perlrun.pod 2007-01-24 03:22:17.000000000 -0800
@@ -1056,7 +1056,8 @@
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<all> perl's IO. Consequently only built-in
layers can appear in this list, as external layers (such as :encoding()) need
End of Patch.