This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
feature.pm: Missing space
authorFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:00:12 +0000 (22:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:11 +0000 (22:45 -0700)
lib/feature.pm
regen/feature.pl

index 06d1dca..840630a 100644 (file)
@@ -79,7 +79,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.
 
     {
index 42632df..23a899a 100755 (executable)
@@ -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.
 
     {