Skip Menu |

This queue is for tickets about the Try-Harder CPAN distribution.

Report information
The Basics
Id: 129875
Status: new
Priority: 0/
Queue: Try-Harder

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.001
Fixed in: (no value)



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 ...