Correct the name of subtest.t, added in 2c4d5b9bac4cc261
Nicholas Clark [Sun, 11 Oct 2009 07:58:13 +0000 (08:58 +0100)]
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.

MANIFEST

index 5af3226..b7125b2 100644 (file)
--- 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