X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FNumber%2Fdiv.pm;h=cbbcba1ef4db450d8d8648d8b32ad85d7a7ceb7f;hb=00bbc132f9e1cb2b1a44aa287887cafa27a84577;hp=31095fdf2d0194b1f8e3d0ae95f51c9046e4e76e;hpb=bb8ef15197850184a45acade3e8f387fd6b63829;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm b/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm index 31095fd..cbbcba1 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm @@ -3,21 +3,9 @@ package Moose::Meta::Method::Accessor::Native::Number::div; use strict; use warnings; -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use Moose::Role; -with 'Moose::Meta::Method::Accessor::Native::Writer' => { - -excludes => [ - qw( - _minimum_arguments - _maximum_arguments - _inline_optimized_set_new_value - ) - ] - }; +with 'Moose::Meta::Method::Accessor::Native::Writer'; sub _minimum_arguments { 1 }