Skip Menu |

This queue is for tickets about the Sah-Schemas-FileHandle CPAN distribution.

Report information
The Basics
Id: 129083
Status: resolved
Priority: 0/
Queue: Sah-Schemas-FileHandle

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.001
Fixed in: (no value)



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?
It's caused by extraneous/copy-pasted test scripts. Removed. Thanks. On Mon, 8 Apr 2019 21:13:53 GMT, SREZIC wrote: Show quoted text
> 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?