Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index b165490..5a2a6f1 100644 (file)
@@ -9,8 +9,6 @@ use Moose::Meta::TypeCoercion::Union;
 
 use List::Util qw(first);
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base 'Moose::Meta::TypeConstraint';
 
 __PACKAGE__->meta->add_attribute('type_constraints' => (