From: Nicholas Clark Date: Wed, 16 Sep 2009 14:22:44 +0000 (+0100) Subject: /Compress/ modules are at version 2.021. Remove vestigal MAPs and comments. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51a27c589a9ebb52028180274895e08bd9c273e1;p=p5sagit%2Fp5-mst-13.2.git /Compress/ modules are at version 2.021. Remove vestigal MAPs and comments. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9c1101e..ab04608 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, },