summaryrefslogtreecommitdiff
path: root/lib/PerlIO.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-09 13:24:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-09 13:24:54 +0000
commit422347002777e3c56c6b7046c1bfa5982c3ea6eb (patch)
treec0815fa7c9f85a76bc7045d69c390c7eba6b49d1 /lib/PerlIO.pm
parent02971690af903a9fce07d2815215087acfa9729e (diff)
downloadperl-422347002777e3c56c6b7046c1bfa5982c3ea6eb.tar.gz
Document that using :encoding layer requires using Encode.
p4raw-id: //depot/perl@11234
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r--lib/PerlIO.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm
index d52d58b41a..f50cdb31c2 100644
--- a/lib/PerlIO.pm
+++ b/lib/PerlIO.pm
@@ -112,7 +112,8 @@ layer specification. Thus:
Forces the use of C<perlio> layer even if the platform default, or
C<use open> default is something else (such as ":encoding(iso-8859-7)")
-which would interfere with binary nature of the stream.
+(the C<:encoding> requires C<use Encode>) which would interfere with
+binary nature of the stream.
=back