Subject: | Undeclared dependencies |
Automatic installation fails if MRP::BaseClass is not installed (so it needs to be declared as a prereq):
...
PERL_DL_NONLAZY=1 "/usr/perl5.30.0p/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Can't locate MRP/BaseClass.pm in @INC (you may need to install the MRP::BaseClass module) (@INC contains: blib/lib blib/arch /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/site_perl/5.30.0 /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/5.30.0 .) at blib/lib/GIFgraph/WithMap.pm line 8.
BEGIN failed--compilation aborted at blib/lib/GIFgraph/WithMap.pm line 8.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1
*** Error code 2
...