diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-06 13:24:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-06 13:24:24 +0000 |
commit | e996bb8ad990803f73b79fefe52e52196fa5c9fd (patch) | |
tree | eb7b870472838319c640701c44c30d87efa77877 /Porting | |
parent | 0ecadccd45b827b7dab28b1089e2750d85f803c5 (diff) | |
download | perl-e996bb8ad990803f73b79fefe52e52196fa5c9fd.tar.gz |
Update with new files from C::Zlib
p4raw-id: //depot/perl@25706
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 41778cb544..5d75c94927 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -111,7 +111,7 @@ package Maintainers; 'Compress::Zlib' => { 'MAINTAINER' => 'pmqs', - 'FILES' => q[ext/Compress/Zlib], + 'FILES' => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm], 'CPAN' => 1, }, |