X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FHash%2Fkeys.pm;h=a25e78019770a27090e143adcf6091d8a12d42c0;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=7723d935c8ef32231ffcfb68c191b30e0755b13e;hpb=edd0727e711e8e22faac32665c3c6070b62730fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm b/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm index 7723d93..a25e780 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm @@ -5,8 +5,6 @@ use warnings; use Scalar::Util qw( looks_like_number ); -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Role;