Subject: | Tests fail for Catalyst >5.55 |
Catalyst-Plugin-Session-Store-File-0.04
Catalyst distributions after 5.55 don't include Catalyst::Engine::Test, which causes the tests to fail:
make test
PERL_DL_NONLAZY=1 /proj/axaf/pkgs/perl-5.8.7/i686-Linux-2.4_2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use............ok
t/02pod............skipped
all skipped: set TEST_POD to enable this test
t/03podcoverage....skipped
all skipped: set TEST_POD to enable this test
t/04basic..........ok 1/19Couldn't load engine "Catalyst::Engine::Test" (maybe you forgot to install it?), "Can't locate Catalyst/Engine/Test.pm in @INC (@INC contains: /data/malaise0/tmp/axafbin/cpanplus/5.8.7/build/Catalyst-Plugin-Session-Store-File-0.04/blib/lib /data/malaise0/tmp/axafbin/cpanplus/5.8.7/build/Catalyst-Plugin-Session-Store-File-0.04/blib/arch /proj/axaf/pkgs/perl-5.8.7/lib/5.8.7/i686-linux-thread-multi /proj/axaf/pkgs/perl-5.8.7/lib/5.8.7 /proj/axaf/pkgs/perl-5.8.7/lib/site_perl/5.8.7/i686-linux-thread-multi /proj/axaf/pkgs/perl-5.8.7/lib/site_perl/5.8.7 /proj/axaf/pkgs/perl-5.8.7/lib/site_perl .) at /proj/axaf/pkgs/perl-5.8.7/lib/site_perl/5.8.7/Catalyst.pm line 1603.
" at t/04basic.t line 9
BEGIN failed--compilation aborted at t/04basic.t line 13.
# Looks like you planned 19 tests but only ran 2.
# Looks like your test died just after 2.
t/04basic..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-19
Failed 17/19 tests, 10.53% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/04basic.t 255 65280 19 34 178.95% 3-19
2 tests skipped.
Failed 1/4 test scripts, 75.00% okay. 17/20 subtests failed, 15.00% okay.
make: *** [test_dynamic] Error 255