X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Ffirst_index.pm;h=afa3f2442df4b538ab9b0cc29c948233b868e219;hb=00bbc132f9e1cb2b1a44aa287887cafa27a84577;hp=30cefd81a593e80bfc63ad8b3c46908e98385632;hpb=175f9180c857e51468ce43c37c3c53d01fa8c916;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm index 30cefd8..afa3f24 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm @@ -8,15 +8,7 @@ use Params::Util (); use Moose::Role; -with 'Moose::Meta::Method::Accessor::Native::Reader' => { - -excludes => [ - qw( - _minimum_arguments - _maximum_arguments - _inline_check_arguments - ) - ] -}; +with 'Moose::Meta::Method::Accessor::Native::Reader'; sub _minimum_arguments { 1 }