Subject: | Undeclared dependency CGI |
t/Class.t fails if CGI.pm is not installed (which may happen for newer perl versions, as CGI.pm is not anymore part of the perl core modules):
...
Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: /home/cpansand/.cpan/build/2018012918/Fukurama-Class-0.032-0/blib/lib /home/cpansand/.cpan/build/2018012918/Fukurama-Class-0.032-0/blib/arch /opt/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/site_perl/5.26.1 /opt/perl-5.26.1/lib/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/5.26.1) at t/Class.t line 6.
BEGIN failed--compilation aborted at t/Class.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/Class.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 32/32 subtests
...