summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZsbán Ambrus <ambrus@math.bme.hu>2010-10-18 14:46:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-05 06:37:26 -0700
commita1b987796125c0f9845b4248492b428f5c108ac1 (patch)
tree9d71c018c6b21bd532a3515be082a786f3c486b8
parentea253de0a8a29197750660cfc23be8e1fe06484b (diff)
downloadperl-a1b987796125c0f9845b4248492b428f5c108ac1.tar.gz
[perl #78334] keys(@x) should be in perl5120delta.pod
(cherry picked from commit 108cd9378f43400cd4512da34871a49893a6f53d)
-rw-r--r--pod/perl5120delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
index 5d5b401e78..62bd9741cd 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