From: Dave Rolsky Date: Mon, 15 Nov 2010 03:36:35 +0000 (-0600) Subject: Add x_authority to the META.yml file X-Git-Tag: 0.25~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=aa2bedf04cc440d6d1ca7a3daca01af380931a13 Add x_authority to the META.yml file --- diff --git a/Makefile.PL b/Makefile.PL index b0f7b89..600ffe8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,8 @@ requires q{Carp::Clan}, '6.00'; requires q{Scalar::Util}, '1.19'; requires q{Sub::Name}, 0; +add_metadata( x_authority => 'cpan:PHAYLON' ); + if (can_use('MooseX::Types::IO') && !can_use('MooseX::Types::IO', '0.03')) { requires q{MooseX::Types::IO}, '0.03'; }