X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FHash%2Felements.pm;h=2913f6577031f100ea02ebf415452a965d33d879;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=be3798c9b2432677668e6176a306278a4c1609dc;hpb=a88a4fdce31e54d735194add112ffc61b1b26e3f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm b/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm index be3798c..2913f65 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm @@ -5,7 +5,7 @@ use warnings; use Scalar::Util qw( looks_like_number ); -our $VERSION = '1.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';