From: Steve Hay Date: Sun, 11 Oct 2009 02:11:15 +0000 (+0100) Subject: Fix Test-Simple's new 00compile.t test in core X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f6d8279441f75be6685d3b44bf2194fd47482e2;p=p5sagit%2Fp5-mst-13.2.git Fix Test-Simple's new 00compile.t test in core It was failing even with its MANIFEST file now in place because that MANIFEST listed an IO::Scalar file that is EXCLUDED from core. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index bae0746..49c223a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1437,6 +1437,10 @@ use File::Glob qw(:case); 'MAINTAINER' => 'mschwern', 'DISTRIBUTION' => 'MSCHWERN/Test-Simple-0.94.tar.gz', 'FILES' => q[cpan/Test-Simple], + # Note: Test-Simple's MANIFEST file had to be adjusted for + # the 00compile.t test due to the omission of lib/Test/ + # Builder/IO/Scalar.pm. Perhaps it would be better to + # exclude that test script and the MANIFEST file instead? 'EXCLUDED' => [ qw{.perlcriticrc .perltidyrc diff --git a/cpan/Test-Simple/MANIFEST b/cpan/Test-Simple/MANIFEST index e6405cf..b3d5fa4 100644 --- a/cpan/Test-Simple/MANIFEST +++ b/cpan/Test-Simple/MANIFEST @@ -4,7 +4,6 @@ Changes examples/indent.pl examples/subtest.t lib/Test/Builder.pm -lib/Test/Builder/IO/Scalar.pm lib/Test/Builder/Module.pm lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm