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