summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2007-10-19 13:25:38 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-20 15:04:44 +0000
commitcc1c2e42fe4d1a61c9d2d0f948f8827f7373160a (patch)
treef991439b0e824fd87db27853d473523e6e8879aa /pod/perlfunc.pod
parenta196a5fae2b7b6a1ef27bcb57594bfd4239c9d90 (diff)
downloadperl-cc1c2e42fe4d1a61c9d2d0f948f8827f7373160a.tar.gz
perlfunc/perldiag errors
Message-Id: <8186DA53-970C-4A10-A0CE-0A4FFB199A01@cpan.org> p4raw-id: //depot/perl@32149
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index f3454b40c6..f954aa227a 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -644,7 +644,7 @@ call, but an C<eval>. In such a case additional elements $evaltext and
C<$is_require> are set: C<$is_require> is true if the frame is created by a
C<require> or C<use> statement, $evaltext contains the text of the
C<eval EXPR> statement. In particular, for an C<eval BLOCK> statement,
-$filename is C<(eval)>, but $evaltext is undefined. (Note also that
+$subroutine is C<(eval)>, but $evaltext is undefined. (Note also that
each C<use> statement creates a C<require> frame inside an C<eval EXPR>
frame.) $subroutine may also be C<(unknown)> if this particular
subroutine happens to have been deleted from the symbol table.