In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/108cd9378f43400cd4512da34871a49893a6f53d?hp=b8a48bdd395a3c363c75c2dd88f351ca033b3455>
- Log ----------------------------------------------------------------- commit 108cd9378f43400cd4512da34871a49893a6f53d Author: Zsbán Ambrus <[email protected]> Date: Mon Oct 18 14:46:58 2010 -0700 [perl #78334] keys(@x) should be in perl5120delta.pod ----------------------------------------------------------------------- Summary of changes: pod/perl5120delta.pod | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 5d5b401..62bd974 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -199,9 +199,9 @@ See the documentation for C<ExtUtils::MakeMaker> or C<Module::Build> for more on how to specify C<configure_requires> when creating a distribution for CPAN. -=head2 C<each> is now more flexible +=head2 C<each>, C<keys>, C<values> are now more flexible -The C<each> function can now operate on arrays. +The C<each>, C<keys>, C<values> function can now operate on arrays. =head2 C<when> as a statement modifier -- Perl5 Master Repository
