summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-16 15:22:44 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-16 15:22:44 +0100
commit51a27c589a9ebb52028180274895e08bd9c273e1 (patch)
tree0727682162320bd7f7117ef5ae6cbeafa333d39c
parent3a128e31e43ab84aac57a9a912795dc4003c4bc1 (diff)
downloadperl-51a27c589a9ebb52028180274895e08bd9c273e1.tar.gz
/Compress/ modules are at version 2.021. Remove vestigal MAPs and comments.
-rwxr-xr-xPorting/Maintainers.pl16
1 files 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,
},