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.
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