summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/subs.pm2
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>.