Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose.pm
index f38cac6..9912e2c 100644 (file)
@@ -4,8 +4,6 @@ use warnings;
 
 use 5.008;
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Scalar::Util 'blessed';
 use Carp         'confess';