summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-10-11 03:11:15 +0100
committerSteve Hay <SteveHay@planit.com>2009-10-11 03:12:30 +0100
commit1f6d8279441f75be6685d3b44bf2194fd47482e2 (patch)
tree44c7c84a509f48c0b85d2e88cdf7b98956730b71 /Porting
parente3815ae42df7d3951d1ac931e084abc9d4005ee2 (diff)
downloadperl-1f6d8279441f75be6685d3b44bf2194fd47482e2.tar.gz
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.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 4 insertions, 0 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