Subject: | Undeclared dependency CGI::Untaint |
The test suite fails if CGI::Untaint is not installed:
...
PERL_DL_NONLAZY=1 "/usr/perl5.22.2t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate CGI/Untaint.pm in @INC (you may need to install the CGI::Untaint module) (@INC contains: /home/cpansand/.cpan/build/2017041509/CGI-Untaint-upload-1.0-22tbDt/blib/lib /home/cpansand/.cpan/build/2017041509/CGI-Untaint-upload-1.0-22tbDt/blib/arch /usr/perl5.22.2t/lib/site_perl/5.22.2/amd64-freebsd-thread-multi /usr/perl5.22.2t/lib/site_perl/5.22.2 /usr/perl5.22.2t/lib/5.22.2/amd64-freebsd-thread-multi /usr/perl5.22.2t/lib/5.22.2 .) at t/1.t line 14, <STDIN> line 1.
BEGIN failed--compilation aborted at t/1.t line 14, <STDIN> line 1.
# Looks like your test exited with 2 before it could output anything.
t/1.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
...
... so probably CGI::Untaint has to be specified as a dependency in Makefile.PL.