Skip Menu |

This queue is for tickets about the Test-Mojo-Role-StopOnFail CPAN distribution.

Report information
The Basics
Id: 128193
Status: new
Priority: 0/
Queue: Test-Mojo-Role-StopOnFail

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

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



Subject: Role::Tiny 2.000001+ is required for roles
On some of my smoker systems the following errors happens: ... # Failed test 'use Test::Mojo::Role::StopOnFail;' # at t/001-role.t line 14. # Tried to use 'Test::Mojo::Role::StopOnFail'. # Error: Role::Tiny 2.000001+ is required for roles at /home/cpansand/.cpan/build/2019010718/Test-Mojo-Role-StopOnFail-0.01-diuZvG/blib/lib/Test/Mojo/Role/StopOnFail.pm line 4. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019010718/Test-Mojo-Role-StopOnFail-0.01-diuZvG/blib/lib/Test/Mojo/Role/StopOnFail.pm line 4. # Compilation failed in require at t/001-role.t line 14. # BEGIN failed--compilation aborted at t/001-role.t line 14. Role::Tiny 2.000001+ is required for roles at t/001-role.t line 16. # Looks like you planned 4 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 2 just after 1. t/001-role.t .......... Dubious, test returned 2 (wstat 512, 0x200) Failed 4/4 subtests ...