summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-15 22:00:12 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-15 22:45:11 -0700
commit301381dc4c17004a66294b221c6cce2e4e4f1e1f (patch)
treea913d71f305b623fb2931d3eeeda905070c39ff4 /regen
parentdcdae76b490a4fc0f6c771f625dce1049ee99d2d (diff)
downloadperl-301381dc4c17004a66294b221c6cce2e4e4f1e1f.tar.gz
feature.pm: Missing space
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl2
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.
{