sshaw / Mojolicious-Plugin-DigestAuth

HTTP Digest Authentication for Mojolicious
1 stars 5 forks source link

Minimum Mojolicious version #11

Open eserte opened 3 years ago

eserte commented 3 years ago

t/route.t fails on some of my smokers:

Can't locate object method "_route" via package "Mojolicious::Routes::Route" at t/route.t line 18.
# Looks like your test exited with 2 before it could output anything.
t/route.t .................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests 

It seems that the minimum Mojolicious version needs to be increased to 9.0 or so. Statistical analysis:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']          -0.0000          0.0000     -13.95
[1='eq_8.17']         0.0000          0.0000       0.00
[2='eq_8.40']         0.0000          0.0000       0.00
[3='eq_8.41']        -0.0000          0.0000      -2.33
[4='eq_8.43']         0.0000          0.0000       7.03
[5='eq_8.58']         0.0000          0.0000       3.52
[6='eq_9.12']         1.0000          0.0000    41886325517545864.00
[7='eq_9.13']         1.0000          0.0000    75775213957302832.00
[8='eq_9.14']         1.0000          0.0000    77558404139519728.00

R^2= 1.000, N= 77, K= 9
****************************************************************
eserte commented 3 years ago

Actually it seems that somewhat older versions also work, e.g. 8.67. Statistical analysis with more data:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           0.0000          0.0000       2.12
[1='eq_7.14']        -0.0000          0.0000      -1.49
[2='eq_8.09']         0.0000          0.0000       0.21
[3='eq_8.12']         0.0000          0.0000       0.00
[4='eq_8.17']         0.0000          0.0000       0.21
[5='eq_8.26']        -0.0000          0.0000      -2.76
[6='eq_8.40']         0.0000          0.0000       0.42
[7='eq_8.41']        -0.0000          0.0000      -1.34
[8='eq_8.43']         0.0000          0.0000       0.85
[9='eq_8.58']        -0.0000          0.0000      -3.40
[10='eq_8.59']        0.0000          0.0000       0.42
[11='eq_8.67']        1.0000          0.0000    5407337878531403.00
[12='eq_8.71']        1.0000          0.0000    4836470029482286.00
[13='eq_9.0']         1.0000          0.0000    3823565282076433.50
[14='eq_9.01']        1.0000          0.0000    4836470029482286.00
[15='eq_9.12']        1.0000          0.0000    4836470029482288.00
[16='eq_9.13']        1.0000          0.0000    7254705044223431.00
[17='eq_9.14']        1.0000          0.0000    7393563670082071.00

R^2= 1.000, N= 95, K= 18
****************************************************************