From: Nicholas Clark Date: Sun, 11 Oct 2009 07:58:13 +0000 (+0100) Subject: Correct the name of subtest.t, added in 2c4d5b9bac4cc261 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07d75553cc77dd505d79c3054ee5e577d544e490;p=p5sagit%2Fp5-mst-13.2.git Correct the name of subtest.t, added in 2c4d5b9bac4cc261 There isn't actually an "all files in MANIFEST are present" test in t/porting. Right now we rely on ./Configure on *nix doing it, which doesn't work if you aren't on *nix, or are, but don't re-run Configure. Maybe we should add one. --- diff --git a/MANIFEST b/MANIFEST index 5af3226..b7125b2 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2204,7 +2204,7 @@ cpan/Test-Harness/t/yamlish-writer.t Test::Harness test cpan/Test/lib/Test.pm A simple framework for writing test scripts cpan/Test-Simple/Changes Test::Simple changes cpan/Test-Simple/examples/indent.pl Test::Simple examples -cpan/Test-Simple/examples/subtest.pl Test::Simple examples +cpan/Test-Simple/examples/subtest.t Test::Simple examples cpan/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules cpan/Test-Simple/lib/Test/Builder.pm For writing new test libraries cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester