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 #395

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 (+87.3%) to 87.304% when pulling 13072b0c14a5e3b6c73bc1392dce6c0b1cf228ad on mas90:mojo-slurp-deprecated-ii into 4539a0ac7bd7293690da5cc4ff1ededad57fe3aa on oetiker:master.

oetiker commented 5 years ago

good point