this only matters for lazy attributes with initializers
[gitmo/Moose.git] / lib / Moose / Meta / Method / Delegation.pm
index b3f02b7..32436d6 100644 (file)
@@ -7,8 +7,6 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base 'Moose::Meta::Method',
          'Class::MOP::Method::Generated';