X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCode%2Fexecute_method.pm;fp=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCode%2Fexecute_method.pm;h=82300d19ec506f35f7dafad0edd2dc49e632ad37;hb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;hp=3c03627cff05492c2313b620455f31ffb2daf34a;hpb=017eb15a5272a878d8694a158701da1e79e0ff9f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm b/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm index 3c03627..82300d1 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm @@ -3,8 +3,6 @@ package Moose::Meta::Method::Accessor::Native::Code::execute_method; use strict; use warnings; -our $AUTHORITY = 'cpan:STEVAN'; - use Moose::Role; with 'Moose::Meta::Method::Accessor::Native::Reader';