Subject: | Undeclared dependency Import::Into |
The test suite fails if Import::Into is not installed:
...
# Failed test 'use Try::Harder;'
# at t/00use.t line 8.
# Tried to use 'Try::Harder'.
# Error: Can't locate Import/Into.pm in @INC (you may need to install the Import::Into module) (@INC contains: /home/cpansand/.cpan/build/2019062021/Try-Harder-0.001-10/blib/lib /home/cpansand/.cpan/build/2019062021/Try-Harder-0.001-10/blib/arch /opt/perl-5.22.3D/lib/site_perl/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/site_perl/5.22.3 /opt/perl-5.22.3D/lib/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/5.22.3 .) at /home/cpansand/.cpan/build/2019062021/Try-Harder-0.001-10/blib/lib/Try/Harder.pm line 8.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019062021/Try-Harder-0.001-10/blib/lib/Try/Harder.pm line 8.
# Compilation failed in require at t/00use.t line 8.
# BEGIN failed--compilation aborted at t/00use.t line 8.
# Looks like you failed 1 test of 1.
t/00use.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
... etc ...