From 1f0701279d8416e729455ce1c3a8a748a3488d30 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 23 Jan 2007 10:43:55 -0800 Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod Message-ID: p4raw-id: //depot/perl@29941 --- pod/perlrun.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4