nobody is really working on xs accessors anymore
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 866ae30..1488c32 100644 (file)
@@ -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';