diff options
author | Daniel Chetlin <daniel@chetlin.com> | 2000-08-20 14:40:25 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 13:28:52 +0000 |
commit | f9a1036d234a761c33445663d282383d453f7c5f (patch) | |
tree | 08d87a33461a83b701405c8d2a2255f8b55c27fb /lib | |
parent | 72171c1f3856ba95755e56365a45307e287e068c (diff) | |
download | perl-f9a1036d234a761c33445663d282383d453f7c5f.tar.gz |
Array context keeps slithering in.
Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
p4raw-id: //depot/perl@6740
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Pod/InputObjects.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/InputObjects.pm b/lib/Pod/InputObjects.pm index 9c89413222..352373b9da 100644 --- a/lib/Pod/InputObjects.pm +++ b/lib/Pod/InputObjects.pm @@ -393,7 +393,7 @@ sub parse_tree { my $position = $pod_para->file_line(); Returns the current filename and line number for the paragraph -object. If called in an array context, it returns a list of two +object. If called in a list context, it returns a list of two elements: first the filename, then the line number. If called in a scalar context, it returns a string containing the filename, followed by a colon (':'), followed by the line number. @@ -686,7 +686,7 @@ sub parse_tree { my $position = $pod_seq->file_line(); Returns the current filename and line number for the interior sequence -object. If called in an array context, it returns a list of two +object. If called in a list context, it returns a list of two elements: first the filename, then the line number. If called in a scalar context, it returns a string containing the filename, followed by a colon (':'), followed by the line number. |