X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Fsplice.pm;h=8454377ed63a1d1a6d604ccb00363d6fe9cd7787;hb=00bbc132f9e1cb2b1a44aa287887cafa27a84577;hp=2503498cc2e5b3fe8678b5894cdffe4de176b8ee;hpb=bb8ef15197850184a45acade3e8f387fd6b63829;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm index 2503498..8454377 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm @@ -3,23 +3,9 @@ package Moose::Meta::Method::Accessor::Native::Array::splice; use strict; use warnings; -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use Moose::Role; -with 'Moose::Meta::Method::Accessor::Native::Array::Writer' => { - -excludes => [ - qw( - _minimum_arguments - _inline_process_arguments - _inline_check_arguments - _inline_optimized_set_new_value - _return_value - ) - ] -}; +with 'Moose::Meta::Method::Accessor::Native::Array::Writer'; sub _minimum_arguments { 1 }