Maintainers.pl: most Compress stuff is now under ext/IO-Compress
David Mitchell [Sun, 17 May 2009 00:30:53 +0000 (01:30 +0100)]
Porting/Maintainers.pl

index 989e5da..8b89fd4 100644 (file)
@@ -230,14 +230,6 @@ package Maintainers;
                'UPSTREAM'      => undef,
                },
 
-       'Compress::Zlib' =>
-               {
-               'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/Compress-Zlib],
-               'CPAN'          => 1,
-               'UPSTREAM'      => undef,
-               },
-
        'CPAN' =>
                {
                'MAINTAINER'    => 'andk',
@@ -520,18 +512,10 @@ package Maintainers;
                'UPSTREAM'      => undef,
                },
 
-       'IO::Compress::Base' =>
-               {
-               'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/IO_Compress_Base],
-               'CPAN'          => 1,
-               'UPSTREAM'      => undef,
-               },
-
-       'IO::Compress::Zlib' =>
+       'IO::Compress' =>
                {
                'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/IO_Compress_Zlib],
+               'FILES'         => q[ext/IO-Compress],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },