Skip Menu |

This queue is for tickets about the MooseX-Enumeration CPAN distribution.

Report information
The Basics
Id: 131074
Status: resolved
Priority: 0/
Queue: MooseX-Enumeration

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

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



Subject: t/08role.t fails (if Types::Standard is not installed?) (0.009)
On some of my smokers: ... # Failed test 'rejected bad input' # at t/08role.t line 47. # 'Attribute (status) does not pass the type constraint because: Validation failed for '__ANON__' with value goo at /home/cpansand/.local/share/.cpan/build/2019112414/Moose-2.2012-agux_M/blib/lib/Moose/Object.pm line 24 # Moose::Object::new('Local::Test', 'status', 'goo') called at t/08role.t line 47 # eval {...} at t/08role.t line 47 # ' # doesn't match '(?^:did not pass type constraint)' # Looks like you failed 1 test of 2. t/08role.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ... Possible reason: it fails if Types::Standard is not installed. Statistical analysis: **************************************************************** Regression 'qr:(skip(?:ping |ped: | test).*)' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 27763413726009132.00 [1='eq_skipped: Test requires module 'Types::Standard' but it's not found'] -1.0000 0.0000 -9563037947248930.00 R^2= 1.000, N= 59, K= 2 ****************************************************************
Thanks. Fixed, I think.