bump version to 1.17
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Bool / not.pm
index bd47084..4f088cc 100644 (file)
@@ -3,13 +3,15 @@ package Moose::Meta::Method::Accessor::Native::Bool::not;
 use strict;
 use warnings;
 
-our $VERSION = '1.14';
+our $VERSION = '1.17';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Moose::Meta::Method::Accessor::Native::Reader';
+use Moose::Role;
+
+with 'Moose::Meta::Method::Accessor::Native::Reader' =>
+    { -excludes => ['_maximum_arguments'] };
 
-sub _minimum_arguments { 0 }
 sub _maximum_arguments { 0 }
 
 sub _return_value {