Subject: | Undeclared dependency MooX::late |
The test suite fails if MooX::late is not installed:
...
# Failed test 'QuadPres/WriteContents.pm loaded ok'
# at t/00-compile.t line 50.
# got: '512'
# expected: '0'
Can't locate MooX/late.pm in @INC (you may need to install the MooX::late module) (@INC contains: ... .) at /usr/share/perl5/Module/Runtime.pm line 314.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019041714/QuadPres-0.28.0-1/blib/lib/QuadPres/WriteContents.pm line 8.
Compilation failed in require at -e line 1.
# Looks like you failed 1 test of 8.
t/00-compile.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
...