Subject: | Undeclared dependency Test::LongString |
t/01.t fails if Test::LongString is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.26.1t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Test/LongString.pm in @INC (you may need to install the Test::LongString module) (@INC contains: ...1 .) at t/01.t line 4.
BEGIN failed--compilation aborted at t/01.t line 4.
t/01.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...