From: Nicholas Clark Date: Sun, 11 Oct 2009 10:05:30 +0000 (+0100) Subject: Correct the location of the DISTRIBUTION tarball for Parse::CPAN::Meta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b40bf739e6ca5afa221cbd023637688b5c254a5;p=p5sagit%2Fp5-mst-13.2.git Correct the location of the DISTRIBUTION tarball for Parse::CPAN::Meta Possibly we shouldn't store this, if it can be determined unambiguously from the PAUSE index files. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2cc2365..be25b3e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1101,7 +1101,7 @@ use File::Glob qw(:case); 'Parse::CPAN::Meta' => { 'MAINTAINER' => 'smueller', - 'DISTRIBUTION' => 'ADAMK/Parse-CPAN-Meta-1.40.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Parse-CPAN-Meta-1.40.tar.gz', 'FILES' => q[cpan/Parse-CPAN-Meta], 'EXCLUDED' => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ], 'CPAN' => 1,