diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-09 13:24:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-09 13:24:54 +0000 |
commit | 422347002777e3c56c6b7046c1bfa5982c3ea6eb (patch) | |
tree | c0815fa7c9f85a76bc7045d69c390c7eba6b49d1 /lib/PerlIO.pm | |
parent | 02971690af903a9fce07d2815215087acfa9729e (diff) | |
download | perl-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.pm | 3 |
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 |