From: Florian Ragwitz Date: Mon, 31 May 2010 10:51:08 +0000 (+0200) Subject: Add x_authority to META.yml. X-Git-Tag: 1.06~1^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0374fd6f676a621ee7ec6b3a01ca8f97952bbd9;p=gitmo%2FMoose.git Add x_authority to META.yml. --- diff --git a/Makefile.PL b/Makefile.PL index 70fdcde..4777e74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install 0.97; +use inc::Module::Install 0.98; use Module::Install::AuthorRequires; use 5.008001; @@ -39,6 +39,7 @@ if ( is_maintainer() ) { tests_recursive(); repository 'git://git.moose.perl.org/Moose.git'; +add_metadata(x_authority => 'cpan:STEVAN'); WriteAll();