From: David Mitchell Date: Sun, 17 May 2009 00:30:53 +0000 (+0100) Subject: Maintainers.pl: most Compress stuff is now under ext/IO-Compress X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7f403a29da80c2644c748df69c5d25710be49ef;p=p5sagit%2Fp5-mst-13.2.git Maintainers.pl: most Compress stuff is now under ext/IO-Compress --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 989e5da..8b89fd4 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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, },