Subject: | Can't locate CGI.pm |
The test suite is failing on some systems, probably because CGI.pm is not installed:
...
20-simple_html: snippet code error:Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: blib/lib blib/arch /opt/perl-5.24.4D/lib/site_perl/5.24.4/x86_64-linux-ld /opt/perl-5.24.4D/lib/site_perl/5.24.4 /opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld /opt/perl-5.24.4D/lib/5.24.4 .) at (eval 129) line 1.
BEGIN failed--compilation aborted at (eval 129) line 1.
code:
001 use CGI qw/:standard/;
002 echo comment('AUTOMATICALLY GENERATED - DO NOT EDIT');
at test.pl line 363.
Makefile:853: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
...