Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Meta.pm
index 1b89cf1..9512856 100644 (file)
@@ -4,8 +4,6 @@ package Moose::Meta::Method::Meta;
 use strict;
 use warnings;
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base 'Moose::Meta::Method',
          'Class::MOP::Method::Meta';