diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:00:12 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:45:11 -0700 |
commit | 301381dc4c17004a66294b221c6cce2e4e4f1e1f (patch) | |
tree | a913d71f305b623fb2931d3eeeda905070c39ff4 /regen | |
parent | dcdae76b490a4fc0f6c771f625dce1049ee99d2d (diff) | |
download | perl-301381dc4c17004a66294b221c6cce2e4e4f1e1f.tar.gz |
feature.pm: Missing space
Diffstat (limited to 'regen')
-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. { |