summaryrefslogtreecommitdiff
path: root/pod/perlintern.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-12-03 12:49:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-12-03 12:49:01 +0000
commitd90a703e9b2a2038e53e20447f0482fe07515888 (patch)
treef15c53e4f8097c5bd2fedd57b09b574d769e749a /pod/perlintern.pod
parent961ce445580b4e9c0fefe3823cbf9226fa16b9bc (diff)
downloadperl-d90a703e9b2a2038e53e20447f0482fe07515888.tar.gz
Fix up #18229.
p4raw-id: //depot/perl@18239
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r--pod/perlintern.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index 0ec74e0816..ea5c902c0f 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -410,7 +410,9 @@ same package can be detected). SvCUR is sometimes hijacked to
store the generation number during compilation.
If SvFAKE is set on the name SV then slot in the frame AVs are
-a REFCNT'ed references to a lexical from "outside".
+a REFCNT'ed references to a lexical from "outside". In this case,
+the name SV does not have a cop_seq range, since it is in scope
+throughout.
If the 'name' is '&' the the corresponding entry in frame AV
is a CV representing a possible closure.