From: Rafael Garcia-Suarez Date: Thu, 10 May 2007 14:49:37 +0000 (+0000) Subject: Update the *::Compress::* modules maintainers information X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57cdf522d1c6ea4bfbc0bca140bac9ef15ef047d;p=p5sagit%2Fp5-mst-13.2.git Update the *::Compress::* modules maintainers information p4raw-id: //depot/perl@31196 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 81d87e2..087412b 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -144,10 +144,17 @@ package Maintainers; 'CPAN' => 1, }, + 'Compress::Raw::Zlib' => + { + 'MAINTAINER' => 'pmqs', + 'FILES' => q[ext/Compress/Raw], + 'CPAN' => 1, + }, + 'Compress::Zlib' => { 'MAINTAINER' => 'pmqs', - 'FILES' => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm], + 'FILES' => q[ext/Compress/Zlib], 'CPAN' => 1, }, @@ -393,6 +400,20 @@ package Maintainers; 'CPAN' => 1, }, + 'IO::Compress::Base' => + { + 'MAINTAINER' => 'pmqs', + 'FILES' => q[ext/IO_Compress_Base], + 'CPAN' => 1, + }, + + 'IO::Compress::Zlib' => + { + 'MAINTAINER' => 'pmqs', + 'FILES' => q[ext/IO_Compress_Zlib], + 'CPAN' => 1, + }, + 'IO::Zlib' => { 'MAINTAINER' => 'tomhughes',