Subject: | Dependency problem? |
On most of my smoker systems the test suite fails:
...
# No tests run!
# Failed test 'No tests run for subtest "basics"'
# at t/perl-percent.t line 26.
Can't locate Data/Sah/Coerce/perl/float/str_as_percent.pm in @INC (you may need to install the Data::Sah::Coerce::perl::float::str_as_percent module) (@INC contains: /home/cpansand/.cpan/build/2019032207/Sah-Schemas-FileHandle-0.001-0/blib/lib /home/cpansand/.cpan/build/2019032207/Sah-Schemas-FileHandle-0.001-0/blib/arch /opt/perl-5.29.9t/lib/site_perl/5.29.9/x86_64-linux-thread-multi /opt/perl-5.29.9t/lib/site_perl/5.29.9 /opt/perl-5.29.9t/lib/5.29.9/x86_64-linux-thread-multi /opt/perl-5.29.9t/lib/5.29.9 .) at /opt/perl-5.29.9t/lib/site_perl/5.29.9/Data/Sah/CoerceCommon.pm line 157.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/perl-percent.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
# No tests run!
# Failed test 'No tests run for subtest "basics"'
# at t/perl-share.t line 36.
Can't locate Data/Sah/Coerce/perl/float/str_share.pm in @INC (you may need to install the Data::Sah::Coerce::perl::float::str_share module) (@INC contains: /home/cpansand/.cpan/build/2019032207/Sah-Schemas-FileHandle-0.001-0/blib/lib /home/cpansand/.cpan/build/2019032207/Sah-Schemas-FileHandle-0.001-0/blib/arch /opt/perl-5.29.9t/lib/site_perl/5.29.9/x86_64-linux-thread-multi /opt/perl-5.29.9t/lib/site_perl/5.29.9 /opt/perl-5.29.9t/lib/5.29.9/x86_64-linux-thread-multi /opt/perl-5.29.9t/lib/5.29.9 .) at /opt/perl-5.29.9t/lib/site_perl/5.29.9/Data/Sah/CoerceCommon.pm line 157.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/perl-share.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...
Maybe an undeclared dependency?