[perl #78334] keys(@x) should be in perl5120delta.pod
authorZsbán Ambrus <ambrus@math.bme.hu>
Mon, 18 Oct 2010 21:46:58 +0000 (14:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 18 Oct 2010 21:46:58 +0000 (14:46 -0700)
pod/perl5120delta.pod

index 5d5b401..62bd974 100644 (file)
@@ -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