Skip Menu |

This queue is for tickets about the MooX-HandlesVia CPAN distribution.

Report information
The Basics
Id: 115528
Status: resolved
Priority: 0/
Queue: MooX-HandlesVia

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

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



CC: ANDK [...] cpan.org
Subject: t/from-moose/trait_array.t fails with perl 5.25.2
A sample fail report: http://www.cpantesters.org/cpan/report/4b5463a6-3773-11e6-be59-b6f4378fbd9d @Andreas: this looks like a bisect candidate. Regards, Slaven
Subject: t/from-moose/trait_array.t fails (with recent Moo?)
RT-Send-CC: ANDK [...] cpan.org
On 2016-06-22 01:37:03, SREZIC wrote: Show quoted text
> A sample fail report: http://www.cpantesters.org/cpan/report/4b5463a6- > 3773-11e6-be59-b6f4378fbd9d > > @Andreas: this looks like a bisect candidate.
It fails also for older perls, so there's no need to do a bisect. The problem seems to be triggered by Moo 2.002002. Statistical analysis of test reports from my machine (negative theta is bad): **************************************************************** Regression 'mod:Moo' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 23160310140081728.00 [1='eq_1.006001'] -0.0000 0.0000 -0.20 [2='eq_2.000001'] -0.0000 0.0000 -0.16 [3='eq_2.000002'] 0.0000 0.0000 0.00 [4='eq_2.001000'] -0.0000 0.0000 -0.45 [5='eq_2.001001'] 0.0000 0.0000 0.00 [6='eq_2.002002'] -1.0000 0.0000 -21142373837563996.00 R^2= 1.000, N= 168, K= 7 ****************************************************************
RT-Send-CC: ANDK [...] cpan.org
On 2016-06-22 01:44:27, SREZIC wrote: Show quoted text
> On 2016-06-22 01:37:03, SREZIC wrote:
> > A sample fail report: > > http://www.cpantesters.org/cpan/report/4b5463a6- > > 3773-11e6-be59-b6f4378fbd9d > > > > @Andreas: this looks like a bisect candidate.
> > It fails also for older perls, so there's no need to do a bisect. > > The problem seems to be triggered by Moo 2.002002. Statistical > analysis of test reports from my machine (negative theta is bad): > > **************************************************************** > Regression 'mod:Moo' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 23160310140081728.00 > [1='eq_1.006001'] -0.0000 0.0000 -0.20 > [2='eq_2.000001'] -0.0000 0.0000 -0.16 > [3='eq_2.000002'] 0.0000 0.0000 0.00 > [4='eq_2.001000'] -0.0000 0.0000 -0.45 > [5='eq_2.001001'] 0.0000 0.0000 0.00 > [6='eq_2.002002'] -1.0000 0.0000 > -21142373837563996.00 > > R^2= 1.000, N= 168, K= 7 > ****************************************************************
analysis.cpantesters.org also thinks that the problem is caused by newer Moo versions: http://analysis.cpantesters.org/solved?distv=MooX-HandlesVia-0.001008
Fixed in Moo 2.002003.