Subject: | Undeclared dependency Data::Size::Suffix::Filesize? |
The test suite fails on some of my smokers, probably because of an undeclared dependency:
...
Can't locate Data/Size/Suffix/Filesize.pm in @INC (you may need to install the Data::Size::Suffix::Filesize module) (@INC contains: CODE(0x43737210)) at /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001-jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/str_suffix_filesize.pm line 10.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001-jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/str_suffix_filesize.pm line 10.
Compilation failed in require at /home/cpansand/.cpan/build/2019011619/Data-Sah-Coerce-0.031-LQYJoL/blib/lib/Data/Sah/CoerceCommon.pm line 226.
# Child (compile option: no_modules) exited without calling finalize()
# Failed test 'compile option: no_modules'
# at /usr/perl5.20.1Dp/lib/site_perl/5.20.1/Test/Builder.pm line 279.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/perl-misc.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
... (etc) ...