Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Required.pm
index 54e4f78..cbfe742 100644 (file)
@@ -10,8 +10,6 @@ use overload '""'     => sub { shift->name },   # stringify to method name
 
 use base qw(Class::MOP::Object);
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 # This is not a Moose::Meta::Role::Method because it has no implementation, it
 # is just a name