perldelta: Retitle a subsection
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Mar 2011 16:58:51 +0000 (09:58 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 Mar 2011 16:16:51 +0000 (09:16 -0700)
pod/perldelta.pod

index e4e70ff..5a76630 100644 (file)
@@ -3919,7 +3919,7 @@ Module-Install distribution on CPAN to fail. (Specifically, F<02_mymeta.t> tests
 
 =head1 Errata
 
-=head2 C<keys>, C<values> work on arrays
+=head2 C<keys>, C<values> and C<each> work on arrays
 
 You can now use the C<keys>, C<values>, C<each> builtin functions on arrays
 (previously you could only use them on hashes).  See L<perlfunc> for details.