Fix error when array accessor delegation method is called with no arguments
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Hash / kv.pm
index ad99400..4f062c8 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Scalar::Util qw( looks_like_number );
 
-our $VERSION = '1.16';
+our $VERSION = '1.18';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';