Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Class / MOP / Class / Immutable / Trait.pm
index aec103e..53c80ac 100644 (file)
@@ -8,8 +8,6 @@ use MRO::Compat;
 use Carp 'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 # the original class of the metaclass instance
 sub _get_mutable_metaclass_name { $_[0]{__immutable}{original_class} }