summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl4
1 files 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' =>