Skip Menu |

This queue is for tickets about the Resource-Pack CPAN distribution.

Report information
The Basics
Id: 122855
Status: open
Priority: 0/
Queue: Resource-Pack

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

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



RT-Send-CC: yanick [...] cpan.org
On 2017-08-20 13:22:22, PLICEASE wrote: Show quoted text
This seems to happen since Bread::Board 0.35. Statistical analysis (negative theta = "bad"): **************************************************************** Regression 'mod:Bread::Board' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 56518654328178032.00 [1='eq_0.30'] -0.0000 0.0000 -10.91 [2='eq_0.31'] -0.0000 0.0000 -8.63 [3='eq_0.32'] -0.0000 0.0000 -13.12 [4='eq_0.33'] -0.0000 0.0000 -15.37 [5='eq_0.34'] -0.0000 0.0000 -18.37 [6='eq_0.35'] -1.0000 0.0000 -50551821229847528.00 R^2= 1.000, N= 193, K= 7 ****************************************************************
Ah yes. Bread::Board, iirc, dropped the use of Moose::Exporter in its last release because it wasn't using anything beyond what 'Exporter' already gives us. I'll check at the code and see if I can find a quick patch.
On Wed Aug 23 10:09:10 2017, YANICK wrote: Show quoted text
> Ah yes. Bread::Board, iirc, dropped the use of Moose::Exporter in its > last release because it wasn't using anything beyond what 'Exporter' > already gives us. > > I'll check at the code and see if I can find a quick patch.
Done! https://github.com/doy/Resource-Pack/pull/2