Subject: | Undeclared dependency HTML::Template |
See subject --- tests fail if HTML::Template is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.24.1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Can't locate HTML/Template.pm in @INC (you may need to install the HTML::Template module) (@INC contains: blib/lib blib/arch /opt/perl-5.24.1/lib/site_perl/5.24.1/x86_64-linux /opt/perl-5.24.1/lib/site_perl/5.24.1 /opt/perl-5.24.1/lib/5.24.1/x86_64-linux /opt/perl-5.24.1/lib/5.24.1 .) at blib/lib/HTML/Pager.pm line 70.
BEGIN failed--compilation aborted at blib/lib/HTML/Pager.pm line 70.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1
Makefile:832: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
...