Subject: | CGI.pm not declared as a dependency |
Tests fail if CGI.pm is not installed, which can happen with newer perl versions (CGI not anymore a core module):
...
Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: /tmpfs/.cpan-build-cpansand/2016041618/Acme-No-0.03-PS4uTj/blib/lib /tmpfs/.cpan-build-cpansand/2016041618/Acme-No-0.03-PS4uTj/blib/arch /opt/perl-5.22.0t/lib/site_perl/5.22.0/x86_64-linux-thread-multi /opt/perl-5.22.0t/lib/site_perl/5.22.0 /opt/perl-5.22.0t/lib/5.22.0/x86_64-linux-thread-multi /opt/perl-5.22.0t/lib/5.22.0 .) at t/04lib.t line 5.
BEGIN failed--compilation aborted at t/04lib.t line 5.
t/04lib.t ......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...