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