On 11/1/06, Michael G Schwern <[EMAIL PROTECTED]> wrote:
Contact all the authors making use of it and suggest they switch to .t files. Maybe I could throw a warning into MakeMaker. Also a kwalitee check sounds like a good idea "not_only_test.pl" or something.
It shouldn't be "not_only". If there is t/*.t and test.pl, ExtUtils::MakeMaker runs them separately, first passing t/*.t to Test::Harness and then separately running test.pl. If the Test::Harness run passes, then we're right back to the same problem as if test.pl was just by itself. David