Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array.pm
index fed53ba..5d98112 100644 (file)
@@ -7,8 +7,6 @@ use Moose::Role;
 
 use Scalar::Util qw( looks_like_number );
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 sub _inline_check_var_is_valid_index {
     my $self = shift;
     my ($var) = @_;