X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Fpush.pm;h=d748dc5d138e6dbe1c15c760e0beb47763fdb2dd;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=fab2f2fde8fedabbf91766af5d4e7680dca6a517;hpb=edd0727e711e8e22faac32665c3c6070b62730fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm index fab2f2f..d748dc5 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm @@ -3,8 +3,6 @@ package Moose::Meta::Method::Accessor::Native::Array::push; use strict; use warnings; -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Role;