use lwp::simple

This commit is contained in:
Jim Salter 2015-02-27 17:11:27 -05:00
parent ebc1602402
commit 772c77ebf8
1 changed files with 1 additions and 0 deletions

1
sanoid
View File

@ -11,6 +11,7 @@ use Config::IniFiles; # read samba-style conf file
use File::Path; # for rmtree command in use_prune
use Data::Dumper; # debugging - print contents of hash
use Time::Local; # to parse dates in reverse
use LWP::Simple; # for checking sanoid version against trunk
my $pscmd = '/bin/ps';