summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl4
-rw-r--r--cpan/Test-Simple/MANIFEST1
2 files changed, 4 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index bae0746218..49c223a49a 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 e6405cf6d9..b3d5fa4485 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