X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FArray%2Funiq.pm;h=adb394c4b44c26ab91c06fce8e70f083bb456e71;hb=a7821be5fbdedff67afce753d73c580ae5ada592;hp=1b6de7dfc1f05a6196bebb9c95231d67775368c2;hpb=910684ee2db21699bfff41b3b62b3728203024f9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm b/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm index 1b6de7d..adb394c 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm @@ -11,6 +11,8 @@ our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method::Accessor::Native::Array::Reader'; +sub _maximum_arguments { 0 } + sub _return_value { my $self = shift; my $slot_access = shift;