diff options
Diffstat (limited to 'regen/feature.pl')
-rwxr-xr-x | regen/feature.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 42632dfedd..23a899a9ba 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -377,7 +377,7 @@ pragma.) =head2 Lexical effect Like other pragmas (C<use strict>, for example), features have a lexical -effect. C<use feature qw(foo)> will only make the feature "foo" available +effect. C<use feature qw(foo)> will only make the feature "foo" available from that point to the end of the enclosing block. { |