Change 33050 by [EMAIL PROTECTED] on 2008/01/23 09:20:56
Comment change from 33009 that was actually in POD, so needs to be
propagated to perlintern.pod
Affected files ...
... //depot/perl/pod/perlintern.pod#70 edit
Differences ...
==== //depot/perl/pod/perlintern.pod#70 (text+w) ====
Index: perl/pod/perlintern.pod
--- perl/pod/perlintern.pod#69~32982~ 2008-01-16 04:12:10.000000000 -0800
+++ perl/pod/perlintern.pod 2008-01-23 01:20:56.000000000 -0800
@@ -597,6 +597,8 @@
{ 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
End of Patch.