Fix Test-Simple's new 00compile.t test in core
Steve Hay [Sun, 11 Oct 2009 02:11:15 +0000 (03:11 +0100)]
It was failing even with its MANIFEST file now in place because that
MANIFEST listed an IO::Scalar file that is EXCLUDED from core.

Porting/Maintainers.pl
cpan/Test-Simple/MANIFEST

index bae0746..49c223a 100755 (executable)
@@ -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
index e6405cf..b3d5fa4 100644 (file)
@@ -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