Subject: | Undeclared dependency HTTP::Server::Simple::CGI? |
The test suite fails if HTTP::Server::Simple::CGI is not installed:
...
PERL_DL_NONLAZY=1 "/usr/perl5.28.0p/bin/perl5.28.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Base class package "HTTP::Server::Simple::CGI" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: ../lib ... .).
at t/TestHelper.pm line 38.
BEGIN failed--compilation aborted at t/TestHelper.pm line 38.
Compilation failed in require at t/Base.t line 3.
BEGIN failed--compilation aborted at t/Base.t line 3.
t/Base.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
... (etc) ...