Subject: | Undeclared dependency App::Cmd::Tester |
My smoker reports fails which are probably caused by an undeclared dependency (or a missing skip):
PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.0t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
...
Can't locate App/Cmd/Tester.pm in @INC (you may need to install the App::Cmd::Tester module) (@INC contains: t/lib /tmpfs/.cpan-build-cpansand/2016032612/Footprintless-1.01-uVnjXy/blib/lib /t
BEGIN failed--compilation aborted at t/Footprintless_App_Command_config.t line 6.
t/Footprintless_App_Command_config.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate App/Cmd/Tester.pm in @INC (you may need to install the App::Cmd::Tester module) (@INC contains: t/lib /tmpfs/.cpan-build-cpansand/2016032612/Footprintless-1.01-uVnjXy/blib/lib /t
BEGIN failed--compilation aborted at t/Footprintless_App_Command_overlay.t line 6.
t/Footprintless_App_Command_overlay.t ....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...