diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-12-30 17:37:55 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-30 18:18:28 +0000 |
commit | 6cd4dd6cc935be7db587394c8958d598b1ec3baa (patch) | |
tree | cb1bf1f14be88a2b491abba448e6372f791c0752 /lib | |
parent | 9976c5c751353b29ac7e09170124d707dcdf8151 (diff) | |
download | perl-6cd4dd6cc935be7db587394c8958d598b1ec3baa.tar.gz |
more uni doc tweakage
Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
Date: Tue, 30 Dec 2003 15:37:55 +0200
Subject: one more pod fix
From: Jarkko Hietaniemi <jhi@iki.fi>
Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
Date: Tue, 30 Dec 2003 15:56:41 +0200
p4raw-id: //depot/perl@22013
Diffstat (limited to 'lib')
-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 3b277d9376..e167212e16 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -317,7 +317,7 @@ B<Implementation details follow, please close your eyes.> The arguments to layers are by default returned in parenthesis after the name of the layer, and certain layers (like C<utf8>) are not real layers but instead flags on real layers: to get all of these returned -separately use the optional C<separate> argument: +separately use the optional C<details> argument: my @layer_and_args_and_flags = PerlIO::get_layers($fh, details => 1); |