Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Role.pm
index f9300df..fb17925 100644 (file)
@@ -7,8 +7,6 @@ use Carp         'croak';
 
 use Sub::Exporter;
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Moose       ();
 use Moose::Util ();