Subject: | Undeclared dependency File::Stat::Ls |
Test suite fails if File::Stat::Ls is not yet installed. Yes, I see that ExtUtils::AutoInstall is used here, but it does not seem to work, and anyway, using ExtUtils::AutoInstall is deprecated nowadays:
....
"/usr/perl5.22.0p/bin/perl" Makefile.PL --config= --installdeps=File::Stat::Ls,0.1
*** Installing dependencies...
*** Installing File::Stat::Ls...
*** Could not find a version 0.1 or above for File::Stat::Ls; skipping.
*** ExtUtils::AutoInstall installation finished.
PERL_DL_NONLAZY=1 "/usr/perl5.22.0p/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
Can't locate File/Stat/Ls.pm in @INC (you may need to install the File::Stat::Ls module) (@INC contains: blib/lib blib/arch /usr/perl5.22.0p/lib/site_perl/5.22.0/amd64-freebsd /usr/perl5.22.0p/lib/site_perl/5.22.0 /usr/perl5.22.0p/lib/5.22.0/amd64-freebsd /usr/perl5.22.0p/lib/5.22.0 .) at blib/lib/Net/SFTP/Recursive.pm line 8.
BEGIN failed--compilation aborted at blib/lib/Net/SFTP/Recursive.pm line 8.
Compilation failed in require at t/Recursive.t line 9.
BEGIN failed--compilation aborted at t/Recursive.t line 9.
t/Recursive.t .. skipped: (no reason given)
...