Subject: | Undeclared dependency IPC::Run3 |
My smoker reports a failure which looks like an undeclared dependency:
PERL_DL_NONLAZY=1 "/opt/perl-5.23.9t/bin/perl5.23.9" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
...
Can't locate IPC/Run3.pm in @INC (you may need to install the IPC::Run3 module) (@INC contains: ... .) at t/TestLemplate.pm line 7.
...