X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=1488c3215e2f20729525337585c6a86755d37318;hb=2140a2269275f57dec2b84771b50197950c64f60;hp=866ae30ab794eed827898e42f51140fbc2eed6d1;hpb=ad46f5244f59757c45306c4a41e195b7aa4b0943;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 866ae30..1488c32 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,8 +3,6 @@ package Moose::Meta::Method; use strict; use warnings; -our $AUTHORITY = 'cpan:STEVAN'; - use Class::MOP::MiniTrait; use base 'Class::MOP::Method';