oetiker / znapzend

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

Don't use deprecated Mojo::Util::slurp #394

Closed mas90 closed 5 years ago

mas90 commented 5 years ago

As of Mojo 7.15, Mojo::Util::slurp is deprecated in favour of Mojo::File::slurp. As of 7.31, it is removed entirely. We only use it to read the PID file.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+72.9%) to 72.856% when pulling 00247589ed90644cb084a2092c6b1fbad2669167 on mas90:mojo-slurp-deprecated into 4539a0ac7bd7293690da5cc4ff1ededad57fe3aa on oetiker:master.

mas90 commented 5 years ago

Mojo::File needs a much newer Mojo. Let's try again...