X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Freset_hosts.pl;h=81c4c0e5f0e99ef07947d95da8e206f9e197eeaa;hb=cf412d58916caebcd5be4b51c551a10e1156012f;hp=040445b90b786fa9de102df85c3cba29a9f59dc1;hpb=b52c7c95096825846f53e73de627e6cda01d9bca;p=ndwebbie.git diff --git a/scripts/reset_hosts.pl b/scripts/reset_hosts.pl index 040445b..81c4c0e 100755 --- a/scripts/reset_hosts.pl +++ b/scripts/reset_hosts.pl @@ -2,11 +2,10 @@ use strict; use warnings; +use local::lib; use DBI; use DBD::Pg qw(:pg_types); -use LWP::Simple; - use FindBin; use lib "$FindBin::Bin/../lib";