diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-15 12:30:56 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-15 12:30:56 +0000 |
commit | e60bcc8b28002abcf08ed332c016973c16ef755b (patch) | |
tree | 307b73bd55f83a0f0d4cac0c8db87747335f2a2e /lib/feature.pm | |
parent | b42943c4698d2a49df050632f1dff2cff372ed52 (diff) | |
download | perl-e60bcc8b28002abcf08ed332c016973c16ef755b.tar.gz |
Add a reference to the docs for state() variables in feature.pm
(suggested by Michael G Schwern)
p4raw-id: //depot/perl@29816
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index 4a828d2689..1c557fa6a8 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -92,6 +92,8 @@ The 'dor' feature is an alias for the 'err' feature. C<use feature 'state'> tells the compiler to enable C<state> variables from here to the end of the enclosing BLOCK. +See L<perlsub/"Persistent Private Variables"> for details. + =head1 FEATURE BUNDLES It's possible to load a whole slew of features in one go, using |