diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-11 09:24:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-11 09:24:30 +0000 |
commit | 642f9debcae19ee23c984c3fbe5fa65e96398ea0 (patch) | |
tree | 0a66e5ac730cf14b4deb715cc804b13f40c95d64 /lib | |
parent | 41fda654fa6cc02628fe4f647a885518d2014b4e (diff) | |
download | perl-642f9debcae19ee23c984c3fbe5fa65e96398ea0.tar.gz |
perldelta update, typos and whitespace adjustments
p4raw-id: //depot/perl@5640
Diffstat (limited to 'lib')
-rw-r--r-- | lib/open.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.pm b/lib/open.pm index 8f5c13833b..a845459da6 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -37,7 +37,7 @@ The open pragma is used to declare one or more default disciplines for I/O operations. Any open() and readpipe() (aka qx//) operators found within the lexical scope of this pragma will use the declared defaults. Neither open() with an explicit set of disciplines, nor sysopen() are -not influenced by this pragma. +influenced by this pragma. Only the two pseudo-disciplines ":raw" and ":crlf" are currently available. |