dotandimet / Mojo-Feed

Mojo::DOM based Feed Parser
Other
4 stars 1 forks source link

Can't locate object method "delay" via package "Mojo::IOLoop" #23

Closed eserte closed 3 years ago

eserte commented 3 years ago

The test suite started to fail:

Can't locate object method "delay" via package "Mojo::IOLoop" at t/24-plugin.t line 77.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/24-plugin.t ............... 
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed 

Statistical analysis suggests that this problem is caused by Mojolicious 9.x:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0581      17.20
[1='eq_8.12']         0.0000          0.0712       0.00
[2='eq_8.17']         0.0000          0.0822       0.00
[3='eq_8.26']         0.0000          0.0822       0.00
[4='eq_8.40']        -1.0000          0.0822     -12.17
[5='eq_8.41']        -0.5000          0.0712      -7.02
[6='eq_8.43']         0.0000          0.0822       0.00
[7='eq_8.51']         0.0000          0.0621       0.00
[8='eq_8.52']         0.0000          0.0650       0.00
[9='eq_8.55']         0.0000          0.0822       0.00
[10='eq_8.56']        0.0000          0.0602       0.00
[11='eq_8.57']        0.0000          0.0587       0.00
[12='eq_9.0']        -1.0000          0.0650     -15.39
[13='eq_9.01']       -1.0000          0.0593     -16.86
[14='eq_9.02']       -1.0000          0.0587     -17.03

R^2= 0.988, N= 163, K= 15
****************************************************************
dotandimet commented 3 years ago

Sorry for the delayed response. I fixed the errors a while back, but only published the fix to CPAN tonight (version 0.21)