projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a48bd
)
[perl #78334] keys(@x) should be in perl5120delta.pod
author
Zsbán Ambrus
<ambrus@math.bme.hu>
Mon, 18 Oct 2010 21:46:58 +0000
(14:46 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 18 Oct 2010 21:46:58 +0000
(14:46 -0700)
pod/perl5120delta.pod
patch
|
blob
|
history
diff --git
a/pod/perl5120delta.pod
b/pod/perl5120delta.pod
index
5d5b401
..
62bd974
100644
(file)
--- 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