Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Writer.pm
index 98bce72..a3c8c35 100644 (file)
@@ -5,8 +5,6 @@ use warnings;
 
 use List::MoreUtils qw( any );
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Moose::Role;
 
 with 'Moose::Meta::Method::Accessor::Native';