Grinnz / Mojo-SQLite

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite
https://metacpan.org/pod/Mojo::SQLite
Other
27 stars 12 forks source link

use newly extracted Mojo::IOLoop::Delay #19

Closed s1037989 closed 3 years ago

s1037989 commented 3 years ago

Mojolicious 9.0 removed the delay method from Mojo::IOLoop.

Grinnz commented 3 years ago

I would rather not use delays in tests, but I will take a look at this later. Thanks

s1037989 commented 3 years ago

I would rather not use delays in tests, but I will take a look at this later. Thanks

Agreed. I just figured might as well get a quick fix out so it's not broken on CPAN. OTOH, would this update break installs for Mojolicious < 9.0 since it requires Mojo::IOLoop::Delay 8.75?

Grinnz commented 3 years ago

Yes - the non-spun-out version of Mojo::IOLoop::Delay does not have a version.