jberger / Mojo-IOLoop-ForkCall

Deprecated! Use Mojo::IOLoop::Subprocess instead
https://mojolicious.org/perldoc/Mojo/IOLoop/Subprocess
5 stars 2 forks source link

Creating manually a Mojo::IOLoop->delay to work with Mojolicious 7.90 #16

Closed Geballin closed 6 years ago

Geballin commented 6 years ago

Mojolicious::Plugin::ForkCall doesn't work on new version of Mojolicious since delay is not anymore an instance method.

jberger commented 6 years ago

Thanks for the poke. I've been meaning to fix this but have been too busy. Your fix did not actually emulate the removed delay helper so I've implemented that fix instead. Overally I think this entire dist will probably be deprecated in favor of the core Mojo::IOLoop::Subprocess so keep that in mind if you depend on this module. Cheers.