companieshouse / MojoX-Plugin-AnyCache

Mojolicious cache plugin
Other
0 stars 3 forks source link

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

Open eserte opened 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 /usr/home/cpansand/.cpan/build/2021030710/MojoX-Plugin-AnyCache-0.04-2/blib/lib/MojoX/Plugin/AnyCache/Backend/Replicator.pm line 56.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 27.
t/20_replicator.t ....................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
All 27 subtests passed 
Can't locate object method "delay" via package "Mojo::IOLoop" at /usr/home/cpansand/.cpan/build/2021030710/MojoX-Plugin-AnyCache-0.04-2/blib/lib/MojoX/Plugin/AnyCache/Backend/Replicator.pm line 56.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 23.
t/21_serialised_replicator.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
All 23 subtests passed 

Possibly this is caused by changes in Mojolicious 9.x