X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Fgrep.pm;h=d79bf6f476bae1a137a8857e33fe4335787311da;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=18b971ccfbcfae3de2b0cff97b8beb4f4e9a7102;hpb=edd0727e711e8e22faac32665c3c6070b62730fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm index 18b971c..d79bf6f 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm @@ -5,8 +5,6 @@ use warnings; use Params::Util (); -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Role;