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