summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-10-12 17:21:05 +0100
committerSteve Hay <SteveHay@planit.com>2009-10-12 18:02:16 +0100
commit3a2461997c4ea41f425afe2d21ff1e63cbd07365 (patch)
tree35204b0e30ec32005cd1fb55f252d8a699af1167 /MANIFEST
parent9b38784150c0aca5746105b5f00bfc653322bcd1 (diff)
downloadperl-3a2461997c4ea41f425afe2d21ff1e63cbd07365.tar.gz
Remove Test-Simple's 00compile.t from core
It required a hand-edited version of Test-Simple's MANIFEST due to the exclusion of a .pm file from core, but we shouldn't have edited versions of CPAN files in core. The presence of the MANIFEST file also caused warnings from the Makefile.PL due to other files being excluded from core, so rather than further editing of the MANIFEST it is simplest to just remove it and the test that requires it.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 499919eb21..861bdc8781 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2211,9 +2211,7 @@ cpan/Test-Simple/lib/Test/Builder/Tester.pm For testing Test::Builder based cla
cpan/Test-Simple/lib/Test/More.pm More utilities for writing tests
cpan/Test-Simple/lib/Test/Simple.pm Basic utility for writing tests
cpan/Test-Simple/lib/Test/Tutorial.pod A tutorial on writing tests
-cpan/Test-Simple/MANIFEST Test::Simple MANIFEST
cpan/Test-Simple/README Test::Simple README
-cpan/Test-Simple/t/00compile.t Test::Simple test
cpan/Test-Simple/t/00test_harness_check.t Test::Simple test
cpan/Test-Simple/t/bad_plan.t Test::Builder plan() test
cpan/Test-Simple/t/bail_out.t Test::Builder BAIL_OUT test