Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Class / MOP / Mixin / AttributeCore.pm
index 6cbcdb8..821ce23 100644 (file)
@@ -3,8 +3,6 @@ package Class::MOP::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Scalar::Util 'blessed';
 
 use base 'Class::MOP::Mixin';