summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-08-19 07:48:39 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-08-19 07:48:39 +0000
commit03d9e98a2923c94cf3ad3935f1fb48ad7ea74a71 (patch)
tree8a1380b8d36f828912f557002877af412b5f3413 /pod/perlrun.pod
parent8194bf885900463241631dc78b51b65378478827 (diff)
downloadperl-03d9e98a2923c94cf3ad3935f1fb48ad7ea74a71.tar.gz
Effect a speedy recovery from POD affected by (ahem, Australian)
negligence. p4raw-id: //depot/perl@17737
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index e04aea1a63..3c1f159fd0 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -858,7 +858,7 @@ enabled, and any subsequent options ignored.
=item PERLIO
A space (or colon) separated list of PerlIO layers. If perl is built
-to use PerlIO system for IO (the default) these layers affect perl's IO.
+to use PerlIO system for IO (the default) these layers effect perl's IO.
It is conventional to start layer names with a colon e.g. C<:perlio> to
emphasise their similarity to variable "attributes". But the code that parses