Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Class / MOP / Instance.pm
index 59e7382..51a84d6 100644 (file)
@@ -6,8 +6,6 @@ use warnings;
 
 use Scalar::Util 'weaken', 'blessed';
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base 'Class::MOP::Object';
 
 # make this not a valid method name, to avoid (most) attribute conflicts