Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native.pm
index c83df63..3fde0c7 100644 (file)
@@ -6,8 +6,6 @@ use warnings;
 use Carp qw( confess );
 use Scalar::Util qw( blessed weaken );
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Moose::Role;
 
 around new => sub {