Subject: | Undeclared dependency Regexp::Genex |
Tests fail on most of my smoker systems, probably due to an undeclared dependency:
...
# Failed test 'use String::Substitute;'
# at t/substitute.t line 3.
# Tried to use 'String::Substitute'.
# Error: Can't locate Regexp/Genex.pm in @INC (@INC contains: /usr/home/eserte/.cpan/build/2017032215/String-Substitute-0.003-2/blib/lib /usr/home/eserte/.cpan/build/2017032215/String-Substitute-0.003-2/blib/arch /usr/perl5.16.3t/lib/site_perl/5.16.3/amd64-freebsd-thread-multi /usr/perl5.16.3t/lib/site_perl/5.16.3 /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi /usr/perl5.16.3t/lib/5.16.3 .) at /usr/home/eserte/.cpan/build/2017032215/String-Substitute-0.003-2/blib/lib/String/Substitute.pm line 8.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/2017032215/String-Substitute-0.003-2/blib/lib/String/Substitute.pm line 8.
# Compilation failed in require at t/substitute.t line 3.
# BEGIN failed--compilation aborted at t/substitute.t line 3.
Undefined subroutine &main::get_all_substitutes called at t/substitute.t line 5.
# Looks like your test exited with 255 just after 1.
t/substitute.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
...