X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FBool%2Funset.pm;h=d49a7961be98398ee18d8f2f8cd4394740b794eb;hb=00bbc132f9e1cb2b1a44aa287887cafa27a84577;hp=ec17f556b100a9ca58b3450caebb21b3d374b8e3;hpb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm b/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm index ec17f55..d49a796 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm @@ -5,14 +5,7 @@ use warnings; use Moose::Role; -with 'Moose::Meta::Method::Accessor::Native::Writer' => { - -excludes => [ - qw( - _maximum_arguments - _inline_optimized_set_new_value - ) - ] -}; +with 'Moose::Meta::Method::Accessor::Native::Writer'; sub _maximum_arguments { 0 }