This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix awkward wording in 'say' documentation
authorDoug Bell <madcityzen@gmail.com>
Sun, 6 Dec 2015 18:33:26 +0000 (12:33 -0600)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 10 Dec 2015 02:16:31 +0000 (21:16 -0500)
For: RT #126833

pod/perlfunc.pod

index 41d0be0..72e62a5 100644 (file)
@@ -6157,7 +6157,7 @@ use a real filehandle like C<FH>, not an indirect one like C<$fh>.
 
 This keyword is available only when the C<"say"> feature
 is enabled, or when prefixed with C<CORE::>; see
-L<feature>.  Alternately, include a C<use v5.10> or later to the current
+L<feature>.  Alternately, add a C<use v5.10> or later to the current
 scope.
 
 =item scalar EXPR