Subject: | rename the t directory to tests |
ExtUtils::MakeMaker won't ignore the t directory if it exists, even if
it contains no files. Rather, it'll throw a test-time error saying it
can't find "t/*.t".
I tried temporarily renaming t to tests during Makefile.PL so it
wouldn't generate a makefile with them, but then it complained that all
the t/* files in MANIFEST were missing. Wheela!
So... rename t to tests, and have everything look there instead.
Todo:
Wait for SourceForge to rename the directory.
Fix gen-tests.perl
Fix test.pl
Fix MANIFEST
Fix Makefile.PL
... and whatever else. I'm sure it'll all flush out in a simple "make
test".