Subject: | t/1.t may failing (missing dependencies?) |
The test suite fails, probably if neither CGI nor CGI::Simple is installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.28.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
CGI::Auth needs CGI or CGI::Simple, but neither is available at t/check.pl line 5.
# Failed test 'check test script'
# at t/1.t line 38.
CGI::Auth needs CGI or CGI::Simple, but neither is available at t/login.pl line 5.
# Failed test 'login test script'
# at t/1.t line 61.
# Looks like you failed 2 tests of 4.
t/1.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
...
Probably Makefile.PL should detect this situation,and specify one of both modules as a dynamic prerequisite then.