Add keys(@a) and values(@a) to perldelta
authorZsbán Ambrus <ambrus@math.bme.hu>
Mon, 18 Oct 2010 23:22:52 +0000 (16:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 18 Oct 2010 23:23:22 +0000 (16:23 -0700)
since it was missed in 5.12.0

pod/perldelta.pod

index 40658ef..7a9687e 100644 (file)
@@ -121,6 +121,13 @@ C<entersub> op checking have been separated out and exposed in the API.
 Custom regular expression engines can now determine the return value of
 C<delete> on an entry of C<%+> or C<%->.
 
+=head2 C<keys>, C<values> 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.
+This is actually a change introduced in perl 5.12.0, but it was missed from
+that release's perldelta.
+
 =head1 Security
 
 XXX Any security-related notices go here.  In particular, any security