diff options
author | Steve Hay <SteveHay@planit.com> | 2009-10-11 03:11:15 +0100 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-10-11 03:12:30 +0100 |
commit | 1f6d8279441f75be6685d3b44bf2194fd47482e2 (patch) | |
tree | 44c7c84a509f48c0b85d2e88cdf7b98956730b71 /Porting | |
parent | e3815ae42df7d3951d1ac931e084abc9d4005ee2 (diff) | |
download | perl-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-x | Porting/Maintainers.pl | 4 |
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 |