Subject: | Log::Any prereq version too low? |
My smokers report some failures when running the test suite:
...
Can't locate object method "clone" via package "Log::Any::Proxy::Null" at t/01-testserver-communication.t line 18, <DATA> line 1.
# Looks like your test exited with 255 just after 1.
t/01-testserver-communication.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 11/12 subtests
...
One possible problem: Log::Any is already installed but the installed version is too low. Statistical analysis shows that there are no pass reports if 1.040 or 1.042 is installed (theta = 0):
****************************************************************
Regression 'mod:Log::Any'
****************************************************************
Name Theta StdErr T-stat
[0='const'] -0.0000 0.2798 -0.00
[1='eq_1.040'] 0.0000 0.3426 0.00
[2='eq_1.042'] 0.0000 0.2991 0.00
[3='eq_1.045'] 0.9000 0.2832 3.18
R^2= 0.643, N= 50, K= 4
****************************************************************