This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6ba11
)
Fix awkward wording in 'say' documentation
author
Doug Bell
<madcityzen@gmail.com>
Sun, 6 Dec 2015 18:33:26 +0000
(12:33 -0600)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 10 Dec 2015 02:16:31 +0000
(21:16 -0500)
For: RT #126833
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
41d0be0
..
72e62a5
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-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