Improve documentation PERLIO default value in perlrun.pod
authorJan Dubois <jand@activestate.com>
Tue, 23 Jan 2007 18:43:55 +0000 (10:43 -0800)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 24 Jan 2007 11:22:17 +0000 (11:22 +0000)
Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>

p4raw-id: //depot/perl@29941

pod/perlrun.pod

index e3f9f1e..592a7b9 100644 (file)
@@ -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<all> perl's IO. Consequently only built-in
 layers can appear in this list, as external layers (such as :encoding()) need