X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Freduce.pm;h=0ce8ba085a224a63f82c84f44c3a1d4c5b4839b5;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=d9cb20c0517fe03583db4f2010c65d81d440ef53;hpb=53a4677c8ac29f814924cd2eb21a760b10bf7f5d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm index d9cb20c..0ce8ba0 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm @@ -6,8 +6,6 @@ use warnings; use List::Util (); use Params::Util (); -our $VERSION = '1.19'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Role;