Skip Menu |

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

Report information
The Basics
Id: 131108
Status: resolved
Priority: 0/
Queue: Sah-Schemas-Perl

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

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



Subject: More "Invalid coercion rule" failures
On some of my smokers: ... # Failed test 'No tests run for subtest "coercion"' # at t/perl-distname.t line 25. Invalid coercion rule item 'From_str::normalize_perl_distname', please only use alphanumeric characters at /opt/perl-5.30.1/lib/site_perl/5.30.1/Data/Sah/CoerceCommon.pm line 143. # 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-distname.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests # No tests run! # Failed test 'No tests run for subtest "coercion"' # at t/perl-filename.t line 30. Invalid coercion rule item 'From_str::convert_perl_pm_or_pod_to_path', please only use alphanumeric characters at /opt/perl-5.30.1/lib/site_perl/5.30.1/Data/Sah/CoerceCommon.pm line 143. # 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-filename.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests # No tests run! ... (more following) ...
This needs explicit dependency to Data::Sah::Coerce 0.034+ to support new coercion rule names. Previously only TestRecommends, upgraded to TestRequires. Released new version 0.025.