Subject: | Broken testing of modules in perl-5.6.2 |
Hello,
I'm trying to test POE under 5.6.2 and stumbled upon a strange
condition. All of POE's tests is in t/*/*.t or t/*/*/*.t and no test is
located in the t/*.t directory. T::H bombs out with this error:
PERL_DL_NONLAZY=1 /home/apoc/perl562/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t
Can't open t/*.t. No such file or directory
Cannot determine source for t/*.t at
/home/apoc/perl562/lib/5.6.2/Test/Harness.pm line 170
This is with the latest CPANPLUS+Test::Harness+supporting modules.
Thanks again for looking into this!
perl-5.6.2 on ubuntu 8.04 linux
P.S. I "worked" around this problem by adding a dummy test in the t/
directory and everything ran fine...
--
~Apocalypse