summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-10-08 11:18:43 +1100
committerTony Cook <tony@develop-help.com>2019-10-08 15:39:06 +1100
commit686a07f48a98cac22ae2aac42df706b176496784 (patch)
tree41e3e5248d3fda4ba98c56d54ad95231a0e5ada9 /Porting
parent06e6ef8e32e28d977557b12e340a09bf453c69c0 (diff)
downloadperl-686a07f48a98cac22ae2aac42df706b176496784.tar.gz
Digest::MD5 is customized
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 4792b6ef1a..9ab84aa0b4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -373,6 +373,10 @@ use File::Glob qw(:case);
'DISTRIBUTION' => 'GAAS/Digest-MD5-2.55.tar.gz',
'FILES' => q[cpan/Digest-MD5],
'EXCLUDED' => ['rfc1321.txt'],
+ 'CUSTOMIZED' => [
+ # RT #133495
+ qw(MD5.xs MD5.pm)
+ ],
},
'Digest::SHA' => {