diff options
author | Juerd Waalboer <juerd@c3.convolution.nl> | 2012-01-28 12:11:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-28 12:14:49 -0800 |
commit | e023355f4d72e1fb8517e57dc60e2ecb9b8f6ad9 (patch) | |
tree | 8fc0e415f2ddd641c25491dd59ef3498c01d4463 /lib/subs.pm | |
parent | c0c40be15501d5f6a6c96e9e433c95ea201e0a83 (diff) | |
download | perl-e023355f4d72e1fb8517e57dc60e2ecb9b8f6ad9.tar.gz |
[perl #21396] documentation error in subs.pm
Diffstat (limited to 'lib/subs.pm')
-rw-r--r-- | lib/subs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subs.pm b/lib/subs.pm index e5a9aa8827..6f10acb545 100644 --- a/lib/subs.pm +++ b/lib/subs.pm @@ -19,7 +19,7 @@ even before they're declared. Unlike pragmas that affect the C<$^H> hints variable, the C<use vars> and C<use subs> declarations are not BLOCK-scoped. They are thus effective -for the entire file in which they appear. You may not rescind such +for the entire package in which they appear. You may not rescind such declarations with C<no vars> or C<no subs>. See L<perlmodlib/Pragmatic Modules> and L<strict/strict subs>. |