Subject: | Undeclared dependency self |
See subject. Test suite fails if self.pm is not installed:
...
PERL_DL_NONLAZY=1 "/usr/local/bin/perl5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Hash::Lazy;'
# at t/00_compile.t line 4.
# Tried to use 'Hash::Lazy'.
# Error: Can't locate self.pm in @INC (you may need to install the self module) (@INC contains: /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/inc /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/blib/lib /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/blib/arch /usr/local/lib/perl5/site_perl/mach/5.24 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.24/mach /usr/local/lib/perl5/5.24 .) at /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/blib/lib/Hash/Lazy/Tie.pm line 11.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/blib/lib/Hash/Lazy/Tie.pm line 11.
# Compilation failed in require at /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/blib/lib/Hash/Lazy.pm line 12.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019051723/Hash-Lazy-0.01-1TlFyz/blib/lib/Hash/Lazy.pm line 12.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Looks like you failed 1 test of 1.
t/00_compile.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
... (etc) ...