Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Object / Trait.pm
index 1b727df..ad3d752 100644 (file)
@@ -3,8 +3,6 @@ package Moose::Meta::Object::Trait;
 
 use Scalar::Util qw(blessed);
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 sub _get_compatible_metaclass {
     my $orig = shift;
     my $self = shift;