Subject: | Undeclared dependency CGI |
See subject. Without CGI.pm (which is not anymore installed for newer perls) the test suite fails:
...
Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: ... .) at t/04_partial.t line 12.
BEGIN failed--compilation aborted at t/04_partial.t line 12.
# Looks like your test exited with 2 before it could output anything.
t/04_partial.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
...