From 51a27c589a9ebb52028180274895e08bd9c273e1 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 16 Sep 2009 15:22:44 +0100 Subject: /Compress/ modules are at version 2.021. Remove vestigal MAPs and comments. --- Porting/Maintainers.pl | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9c1101e662..ab046085fc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -325,11 +325,9 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.020.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.021.tar.gz', 'FILES' => q[ext/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, - # NB: we use the CompTestUtils.pm - # from IO-Compress instead qw( bzip2-src/bzip2-cpp.patch ) ], @@ -340,18 +338,14 @@ use File::Glob qw(:case); 'Compress::Raw::Zlib' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.020.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.021.tar.gz', 'FILES' => q[ext/Compress-Raw-Zlib], - # NB: we use the CompTestUtils.pm - # from IO-Compress instead 'EXCLUDED' => [ qr{^t/Test/}, qw( t/000prereq.t t/99pod.t ) ], - 'MAP' => { '' => 'ext/Compress-Raw-Zlib/', - }, 'CPAN' => 1, 'UPSTREAM' => undef, }, @@ -789,13 +783,11 @@ use File::Glob qw(:case); 'IO-Compress' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/IO-Compress-2.020.tar.gz', - 'FILES' => q[ext/IO-Compress t/lib/compress ], + 'DISTRIBUTION' => 'PMQS/IO-Compress-2.021.tar.gz', + 'FILES' => q[ext/IO-Compress], 'EXCLUDED' => [ qr{t/Test/}, qw{t/cz-03zlib-v1.t}, ], - 'MAP' => { '' => 'ext/IO-Compress/', - }, 'CPAN' => 1, 'UPSTREAM' => undef, }, -- cgit v1.2.1