Skip Menu |

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

Report information
The Basics
Id: 113600
Status: open
Priority: 0/
Queue: MooseX-Params

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

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



Subject: Fails with Moose 2.1701-TRIAL
t/10-returns.t and t/12-listables.t fails: Undefined subroutine &List::MoreUtils::all called at (eval 324) line 3. Eval::Closure::Sandbox_258::__ANON__(ARRAY(0x36029d0)) called at /home/cpansand/.cpan/build/2016040715/Moose-2.1701-S9QlRa/blib/lib/Moose/Meta/TypeConstraint.pm line 161 Moose::Meta::TypeConstraint::check(Moose::Meta::TypeConstraint::Parameterized=HASH(0x379af48), ARRAY(0x36029d0)) called at /home/cpansand/.cpan/build/2016040715/Moose-2.1701-S9QlRa/blib/lib/Moose/Meta/TypeConstraint.pm line 211 Moose::Meta::TypeConstraint::assert_valid(Moose::Meta::TypeConstraint::Parameterized=HASH(0x379af48), ARRAY(0x36029d0)) called at /tmpfs/.cpan-build-cpansand/2016040715/MooseX-Params-0.010-kPbH6D/blib/lib/MooseX/Params/Util.pm line 299 MooseX::Params::Util::process_return_values(MooseX::Params::Meta::Method=HASH(0x3648e30), 1, "foo", "bar", "baz") called at /tmpfs/.cpan-build-cpansand/2016040715/MooseX-Params-0.010-kPbH6D/blib/lib/MooseX/Params/Util.pm line 94 main::stuff() called at t/10-returns.t line 21 # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. t/10-returns.t .......... Dubious, test returned 255 (wstat 65280, 0xff00) All 2 subtests passed t/11-returns_scalar.t ... ok Undefined subroutine &List::MoreUtils::all called at (eval 193) line 3. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 6. t/12-listables.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) All 6 subtests passed Statistical analysis suggests that the fails are caused by newer Moose versions (negative theta is bad): **************************************************************** Regression 'mod:Moose' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 31060986611097560.00 [1='eq_2.1211'] -0.0000 0.0000 -0.77 [2='eq_2.1404'] -0.0000 0.0000 -0.77 [3='eq_2.1603'] -0.0000 0.0000 -2.44 [4='eq_2.1701'] -1.0000 0.0000 -24059736772310484.00 R^2= 1.000, N= 16, K= 5 **************************************************************** Please note that Moose itself does not use List::MoreUtils anymore.
On 2016-04-07 10:35:45, SREZIC wrote: Show quoted text
> t/10-returns.t and t/12-listables.t fails: > > Undefined subroutine &List::MoreUtils::all called at (eval 324) line > 3.
List::Util contains 'all' now, so you should just use that. (and please include it in the prereq specification.)