Subject: | t/basic.t may fail (0.01) |
On some of my smokers the test suite fails:
...
# Failed test 'right message'
# at t/basic.t line 35.
# got: '1'
# expected: 'Second'
# Failed test 'right message'
# at t/basic.t line 37.
# got: '1'
# expected: 'Fourth Fifth'
# Looks like you failed 2 tests of 9.
t/basic.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/9 subtests
...
Statistical analysis suggests that this happens if the Log::Any version is too low (i.e. < 1.042), so probably the prereq minimum version should be set. Regression results (theta = 0 means "bad"):
****************************************************************
Regression 'mod:Log::Any'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 0.0000 0.0000 0.73
[1='eq_1.032'] -0.0000 0.0000 -5.68
[2='eq_1.040'] 0.0000 0.0000 0.67
[3='eq_1.042'] 1.0000 0.0000 5683498045412056.00
[4='eq_1.045'] 1.0000 0.0000 6138879515370571.00
[5='eq_1.049'] 1.0000 0.0000 6518839845498067.00
R^2= 1.000, N= 93, K= 6
****************************************************************