projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b68c599
)
Comment change from 33009 that was actually in POD, so needs to be
Nicholas Clark [Wed, 23 Jan 2008 09:20:56 +0000 (09:20 +0000)]
propagated to perlintern.pod
p4raw-id: //depot/perl@33050
pod/perlintern.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlintern.pod
b/pod/perlintern.pod
index
67ff429
..
1bcff4a
100644
(file)
--- 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