X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=72b72d32a3ca804d25f00162a60593984916f653;hb=18869dc676cf135549b1be0ce06b9a400bb0f137;hp=0c833b030fe958ed885acd6a7f645fc59025d21c;hpb=6eed0921e10b784f6cb4188dd78478d880d46585;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0c833b0..72b72d3 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -349,7 +349,6 @@ package Maintainers; # NB: we use the CompTestUtils.pm # from IO-Compress instead qw( bzip2-src/bzip2-cpp.patch - t/compress/CompTestUtils.pm ) ], 'CPAN' => 1, @@ -367,12 +366,9 @@ package Maintainers; 'EXCLUDED' => [ qr{^t/Test/}, qw( t/000prereq.t t/99pod.t - t/compress/CompTestUtils.pm ) ], 'MAP' => { '' => 'ext/Compress-Raw-Zlib/', - 't/compress/CompTestUtils.pm' => - 't/lib/compress/CompTestUtils.pm', }, 'CPAN' => 1, 'UPSTREAM' => undef, @@ -581,6 +577,7 @@ package Maintainers; 'MAINTAINER' => 'dankogai', 'DISTRIBUTION' => 'DANKOGAI/Encode-2.35.tar.gz', 'FILES' => q[ext/Encode], + 'EXCLUDED' => [ qw{t/piconv.t} ], # FIXME 'CPAN' => 1, 'UPSTREAM' => undef, }, @@ -908,8 +905,7 @@ package Maintainers; 'EXCLUDED' => [ qr{t/Test/}, qw{t/cz-03zlib-v1.t}, ], - 'MAP' => { 't/compress' => 't/lib/compress', - '' => 'ext/IO-Compress/', + 'MAP' => { '' => 'ext/IO-Compress/', }, 'CPAN' => 1, 'UPSTREAM' => undef, @@ -1185,7 +1181,7 @@ package Maintainers; 'Module::Build' => { 'MAINTAINER' => 'kwilliams', - 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.340201.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.35.tar.gz', 'FILES' => q[lib/Module/Build lib/Module/Build.pm], 'EXCLUDED' => [ qw{ t/par.t t/signature.t scripts/bundle.pl}, ], 'CPAN' => 1,