Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Class / MOP / Mixin / HasAttributes.pm
index 3744d0c..508abf7 100644 (file)
@@ -3,8 +3,6 @@ package Class::MOP::Mixin::HasAttributes;
 use strict;
 use warnings;
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Carp         'confess';
 use Scalar::Util 'blessed';