summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-04 23:33:23 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-04 23:55:06 -0800
commitffe0c19d919ef6e5ea1409111e13e0d008c354ee (patch)
tree571b08faa9885f2c6b1a9b7bfa3843523f41ea63
parent6f48390ab209d16ee8f795f0a83677c8bd9ac69c (diff)
downloadperl-ffe0c19d919ef6e5ea1409111e13e0d008c354ee.tar.gz
[perl #97464] Document actual case when @DB::args is set
-rw-r--r--pod/perlfunc.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 62f9c6d393..a0695a0772 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -702,7 +702,8 @@ C<$hinthash> is a reference to a hash containing the value of C<%^H> when the
caller was compiled, or C<undef> if C<%^H> was empty. Do not modify the values
of this hash, as they are the actual values stored in the optree.
-Furthermore, when called from within the DB package, caller returns more
+Furthermore, when called from within the DB package in
+list context, and with an argument, caller returns more
detailed information: it sets the list variable C<@DB::args> to be the
arguments with which the subroutine was invoked.