Subject: | Undeclared (test) dependency Test::Files |
The test suite fails if Test::Files is not installed:
...
PERL_DL_NONLAZY=1 "/usr/perl5.31.5p/bin/perl5.31.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Test/Files.pm in @INC (you may need to install the Test::Files module) (@INC contains: /usr/home/cpansand/.cpan/build/2019102110/obogaf-parser-1.001-1/blib/lib /usr/home/cpansand/.cpan/build/2019102110/obogaf-parser-1.001-1/blib/arch /usr/perl5.31.5p/lib/site_perl/5.31.5/amd64-freebsd /usr/perl5.31.5p/lib/site_perl/5.31.5 /usr/perl5.31.5p/lib/5.31.5/amd64-freebsd /usr/perl5.31.5p/lib/5.31.5 .) at t/00_build_edges.t line 2.
BEGIN failed--compilation aborted at t/00_build_edges.t line 2.
# Looks like your test exited with 2 before it could output anything.
t/00_build_edges.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
... (etc, more fails following) ...