Subject: | Undeclared dependency Try::Tiny |
The test suite fails if Try::Tiny is not installed:
...
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-basic.t .... ok
Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: t/lib ... .) at t/lib/MyTest.pm line 13.
BEGIN failed--compilation aborted at t/lib/MyTest.pm line 13.
Compilation failed in require at t/normalized.t line 9.
BEGIN failed--compilation aborted at t/normalized.t line 9.
t/normalized.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...