Subject: | Undeclared dependency CGI |
See subject. The test suite fails if CGI.pm is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.29.8/bin/perl5.29.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2019041109/Mail-Webmail-Yahoo-0.601-4/blib/lib/Mail/Webmail/Yahoo.pm line 54.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019041109/Mail-Webmail-Yahoo-0.601-4/blib/lib/Mail/Webmail/Yahoo.pm line 54.
Compilation failed in require at t/all.t line 7.
BEGIN failed--compilation aborted at t/all.t line 7.
t/all.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
...