Subject: | Undeclared dependency HTML::TableExtract |
See subject. Tests fail if this module is not installed:
...
PERL_DL_NONLAZY=1 "/usr/perl5.28.2-RC1p/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.028002 for freebsd
# Current time local: Thu Apr 11 21:34:18 2019
# Current time GMT: Thu Apr 11 21:34:18 2019
# Using Test.pm version 1.31
Can't locate HTML/TableExtract.pm in @INC (you may need to install the HTML::TableExtract module) (@INC contains: blib/lib blib/arch ... .) at blib/lib/WWW/Lunarstorm.pm line 9.
BEGIN failed--compilation aborted at blib/lib/WWW/Lunarstorm.pm line 9.
Compilation failed in require at test.pl line 10.
BEGIN failed--compilation aborted at test.pl line 10.
*** Error code 2
...