In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1b40bf739e6ca5afa221cbd023637688b5c254a5?hp=440f0407a5bf0dfc606fccdbfe0f3384856f264b>
- Log ----------------------------------------------------------------- commit 1b40bf739e6ca5afa221cbd023637688b5c254a5 Author: Nicholas Clark <[email protected]> Date: Sun Oct 11 11:05:30 2009 +0100 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. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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, -- Perl5 Master Repository
