Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Class / MOP / Method / Inlined.pm
index 3764e91..72cbdce 100644 (file)
@@ -6,8 +6,6 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number', 'refaddr';
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base 'Class::MOP::Method::Generated';
 
 sub _uninlined_body {