diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-18 20:27:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-18 20:27:58 +0000 |
commit | 7d0fcbfa8710ca3423a8b2f79df1d1ffe66049d8 (patch) | |
tree | 4f23396fbaddbcb0960c44b8a8bceec4697e0d6a /lib/PerlIO.pm | |
parent | edac6f11a785d11024ba7b4c7029a77714f59aa2 (diff) | |
download | perl-7d0fcbfa8710ca3423a8b2f79df1d1ffe66049d8.tar.gz |
Tiny tweaks.
p4raw-id: //depot/perl@17288
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r-- | lib/PerlIO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index a31141894c..5df9797cf4 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -124,7 +124,7 @@ it was "faked" in perl5.6. It is a pseudo-layer which performs two functions (which is messy). Firstly it forces the file handle to be considered binary at that -point in the layer stack, i.e it turns off any CRLF translation. +point in the layer stack, i.e. it turns off any CRLF translation. Secondly in prevents the IO system seaching back before it in the layer specification. This second effect is intended to disable other |