oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
604 stars 136 forks source link

Replace ForkCall with Subprocess, fix #494 #576

Closed fdd-rev closed 2 years ago

fdd-rev commented 2 years ago

Hello, I was repackaging znapzend for Debian 11 and I noticed Mojo::IOLoop::ForkCall is deprecated and Debian ships no official package for it, so I did o couple of fixes to use Mojo::IOLoop::Subprocess instead.

Also this should allow you to loosen the Mojolicious version requirements (#571) both upward and downward. I tested with Mojolicious 8.71 and it works just fine.

I didn't try to edit CPAN-related files as I'm not using them... I'm not a Perl programmer myself, but I hope this is a good starting point. :)

oetiker commented 2 years ago

cool! thank you

oetiker commented 2 years ago

can you please add a line the the CHANGES file including your github name

oetiker commented 2 years ago

thanks!