diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-11 08:58:13 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-11 08:58:13 +0100 |
commit | 07d75553cc77dd505d79c3054ee5e577d544e490 (patch) | |
tree | 998028d0167df6f2d9d1fcbde060ddd83afee3b6 /MANIFEST | |
parent | 296eddda3c43041ed9cb567f069b6a7b625ef898 (diff) | |
download | perl-07d75553cc77dd505d79c3054ee5e577d544e490.tar.gz |
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |