Correct the location of the DISTRIBUTION tarball for Parse::CPAN::Meta
Nicholas Clark [Sun, 11 Oct 2009 10:05:30 +0000 (11:05 +0100)]
Possibly we shouldn't store this, if it can be determined unambiguously from the
PAUSE index files.

Porting/Maintainers.pl

index 2cc2365..be25b3e 100755 (executable)
@@ -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,