In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9e05725d95b9acf0498b6354f584beae218a335a?hp=f5b97b222b5db28b30072fed731017118e74c46d>
- Log ----------------------------------------------------------------- commit 9e05725d95b9acf0498b6354f584beae218a335a Author: James E Keenan <[email protected]> Date: Sat May 16 19:41:06 2015 -0400 Small grammatical correction in documentation of C<each>. ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 26b400a..667d98e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1701,7 +1701,7 @@ but in a different order: print "$key=$value\n"; } -Starting with Perl 5.14, C<each> can take a scalar EXPR, which must hold +Starting with Perl 5.14, C<each> can take a scalar EXPR, which must hold a reference to an unblessed hash or array. The argument will be dereferenced automatically. This aspect of C<each> is considered highly experimental. The exact behaviour may change in a future version of Perl. -- Perl5 Master Repository
