projects
/
gitmo/Moose-Autobox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
30e523b
)
pod fixes
Ricardo Signes [Fri, 23 Apr 2010 23:13:32 +0000 (19:13 -0400)]
lib/Moose/Autobox/Hash.pm
patch
|
blob
|
blame
|
history
lib/Moose/Autobox/Scalar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Autobox/Hash.pm
b/lib/Moose/Autobox/Hash.pm
index
5d030f9
..
f1b5dc4
100644
(file)
--- a/
lib/Moose/Autobox/Hash.pm
+++ b/
lib/Moose/Autobox/Hash.pm
@@
-162,6
+162,8
@@
Slices a hash but returns the keys and values as a new hashref.
=item B<each_value>
+=item B<each_n_values>
+
=back
=over 4
diff --git
a/lib/Moose/Autobox/Scalar.pm
b/lib/Moose/Autobox/Scalar.pm
index
5f2b66f
..
e7bd1c6
100644
(file)
--- a/
lib/Moose/Autobox/Scalar.pm
+++ b/
lib/Moose/Autobox/Scalar.pm
@@
-45,8
+45,6
@@
Flattening a scalar just returns the scalar. This means that you can say:
# Given $input of 5, @array is (5);
# Given $input of [ 5, 2, 0], @array is (5, 2, 0)
-=back
-
=item B<first>
As per flatten.
@@
-55,6
+53,8
@@
As per flatten.
As per flatten.
+=back
+
=head1 BUGS
All complex software has bugs lurking in it, and this module is no