Subject: | Test suite fails: cannot find itself |
The test suite fails on my smokers. It looks like the test suite cannot find its own module:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.28.0/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
Can't locate Net/SFTP/Recursive.pm in @INC (you may need to install the Net::SFTP::Recursive module) (@INC contains: blib/lib blib/arch /home/cpansand/.cpan/build/2019041311/ExtUtils-AutoInstall-0.64-3/blib/arch /home/cpansand/.cpan/build/2019041311/ExtUtils-AutoInstall-0.64-3/blib/lib /home/cpansand/.cpan/build/2019041311/ExtUtils-AutoInstall-0.64-3/blib/arch /home/cpansand/.cpan/build/2019041311/ExtUtils-AutoInstall-0.64-3/blib/lib /opt/perl-5.28.0/lib/site_perl/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/site_perl/5.28.0 /opt/perl-5.28.0/lib/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/5.28.0 .) at t/Recursive.t line 9.
BEGIN failed--compilation aborted at t/Recursive.t line 9.
t/Recursive.t .. skipped: (no reason given)
...