prep next release
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Hash.pm
index 5d030f9..2ec40e3 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Hash;
 use Moose::Role 'with';
 
-our $VERSION = '0.11';
+our $VERSION = '0.13';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::Indexed';
@@ -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