From: Father Chrysostomos Date: Sun, 16 Sep 2012 05:00:12 +0000 (-0700) Subject: feature.pm: Missing space X-Git-Tag: upstream/5.20.0~5420^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=301381dc4c17004a66294b221c6cce2e4e4f1e1f;p=platform%2Fupstream%2Fperl.git feature.pm: Missing space --- diff --git a/lib/feature.pm b/lib/feature.pm index 06d1dca..840630a 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -79,7 +79,7 @@ pragma.) =head2 Lexical effect Like other pragmas (C, for example), features have a lexical -effect. C will only make the feature "foo" available +effect. C will only make the feature "foo" available from that point to the end of the enclosing block. { diff --git a/regen/feature.pl b/regen/feature.pl index 42632df..23a899a 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -377,7 +377,7 @@ pragma.) =head2 Lexical effect Like other pragmas (C, for example), features have a lexical -effect. C will only make the feature "foo" available +effect. C will only make the feature "foo" available from that point to the end of the enclosing block. {