Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Hash / defined.pm
index b509b08..1a1548b 100644 (file)
@@ -5,8 +5,6 @@ use warnings;
 
 use Scalar::Util qw( looks_like_number );
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Moose::Role;
 
 with 'Moose::Meta::Method::Accessor::Native::Reader' => {