summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-11 09:24:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-11 09:24:30 +0000
commit642f9debcae19ee23c984c3fbe5fa65e96398ea0 (patch)
tree0a66e5ac730cf14b4deb715cc804b13f40c95d64 /lib
parent41fda654fa6cc02628fe4f647a885518d2014b4e (diff)
downloadperl-642f9debcae19ee23c984c3fbe5fa65e96398ea0.tar.gz
perldelta update, typos and whitespace adjustments
p4raw-id: //depot/perl@5640
Diffstat (limited to 'lib')
-rw-r--r--lib/open.pm2
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.