Update the *::Compress::* modules maintainers information
Rafael Garcia-Suarez [Thu, 10 May 2007 14:49:37 +0000 (14:49 +0000)]
p4raw-id: //depot/perl@31196

Porting/Maintainers.pl

index 81d87e2..087412b 100644 (file)
@@ -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',