Subject: | "make test" fails for v2.5 with Perl 5.8 on FreeBSD 4.5 |
I get the following output from "make test" when installing CGI::App v2.5 with CPAN.pm on FreeBSD 4.5 stable. The same issue exists with v2.4, but v2.3 installs cleanly:
#####
Writing Makefile for CGI::Application
cp Application/Mailform.pm blib/lib/CGI/Application/Mailform.pm
cp Application.pm blib/lib/CGI/Application.pm
Manifying blib/man3/CGI::Application::Mailform.3
Manifying blib/man3/CGI::Application.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl58.copy "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01cgiapp......ok
t/02mailform....ok
t/03prerun......ok 2/10# Failed test (t/03prerun.t at line 58)
t/03prerun......ok 3/10# ''
t/03prerun......ok 4/10# doesn't match '(?-xism:prerun_mode\(\) can only be called within cgiapp_prerun\(\))'
t/03prerun......ok 5/10# Failed test (t/03prerun.t at line 73)
t/03prerun......ok 6/10# ''
t/03prerun......ok 7/10# doesn't match '(?-xism:prerun_mode\(\) can only be called within cgiapp_prerun\(\))'
t/03prerun......ok 8/10# Looks like you failed 2 tests of 10.
t/03prerun......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 9-10
Failed 2/10 tests, 80.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/03prerun.t 2 512 10 2 20.00% 9-10
Failed 1/3 test scripts, 66.67% okay. 2/33 subtests failed, 93.94% okay.
*** Error code 2
#############3