diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-22 13:47:19 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-22 13:47:19 +0000 |
commit | 46e5f5f47696caa998bfcb1e374d29f888f44b9b (patch) | |
tree | 451fd5089107090f5e2363629e68ea506664fa39 /pod/perlvar.pod | |
parent | dc8f638738195a8f1d6774aa5a9874607346c798 (diff) | |
download | perl-46e5f5f47696caa998bfcb1e374d29f888f44b9b.tar.gz |
More nits in perlpragma, and remove the warning about %^H being
strictly internal in perlvar.
p4raw-id: //depot/perl@28271
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 855227486b..68c8303aea 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -995,11 +995,8 @@ version of the same lexical pragma: =item %^H -WARNING: This variable is strictly for internal use only. Its availability, -behavior, and contents are subject to change without notice. - The %^H hash provides the same scoping semantic as $^H. This makes it -useful for implementation of lexically scoped pragmas. +useful for implementation of lexically scoped pragmas. See L<perlpragma>. =item $INPLACE_EDIT |