diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-23 09:20:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-23 09:20:56 +0000 |
commit | 3134ad69d93db50cabc8276feb0660bf859dbad1 (patch) | |
tree | 8a83f52609fc7b8a5cb7dcdd718f63d79f06c891 /pod | |
parent | b68c599a1231c4d11ec0b0a667ce0c407c357eab (diff) | |
download | perl-3134ad69d93db50cabc8276feb0660bf859dbad1.tar.gz |
Comment change from 33009 that was actually in POD, so needs to be
propagated to perlintern.pod
p4raw-id: //depot/perl@33050
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlintern.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 67ff429af0..1bcff4a2d4 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -597,6 +597,8 @@ to be generated in evals, such as { my $x = 1; sub f { eval '$x'} } f(); +For state vars, SVf_PADSTALE is overloaded to mean 'not yet initialised' + AV * CvPADLIST(CV *cv) =for hackers |