From 8d12641540cbc9e9b74b952d35095f2fc4907f4e Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Wed, 15 Sep 2010 20:01:02 +0200 Subject: CPAN is UPSTREAM for Digest and Digest-MD5 --- Porting/Maintainers.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1ac0e94625..4fd1557654 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -469,7 +469,7 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'GAAS/Digest-1.16.tar.gz', 'FILES' => q[cpan/Digest], 'EXCLUDED' => [ qw{digest-bench} ], - 'UPSTREAM' => undef, + 'UPSTREAM' => "cpan", }, 'Digest::MD5' => @@ -478,7 +478,7 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.40.tar.gz', 'FILES' => q[cpan/Digest-MD5], 'EXCLUDED' => [ qw{rfc1321.txt} ], - 'UPSTREAM' => undef, + 'UPSTREAM' => "cpan", }, 'Digest::SHA' => -- cgit v1.2.1