From: Rafael Garcia-Suarez Date: Sun, 1 Mar 2009 22:17:35 +0000 (+0100) Subject: Mark modules upgraded today as "upstream from CPAN" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=223ddb2fc03e891f3a0b0780dab3cb2b4a0bb763;p=p5sagit%2Fp5-mst-13.2.git Mark modules upgraded today as "upstream from CPAN" --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d2bf6f7..736ab46 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -264,7 +264,7 @@ package Maintainers; 'MAINTAINER' => 'kwilliams', 'FILES' => q[lib/CPANPLUS/Dist/Build.pm lib/CPANPLUS/Dist/Build], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Cwd' => @@ -987,7 +987,7 @@ package Maintainers; 'MAINTAINER' => 'rra', 'FILES' => q[lib/Term/ANSIColor.pm lib/Term/ANSIColor], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Term::UI' =>