X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=883c90f37c2a3edb4822c27d9ea913a91c9b6591;hb=d786ab3e431fdb29854f4d80fe430c5438d649b6;hp=b64200f355318487bef1e9fc69a4ba9469fd7cf4;hpb=44d272d9a8cff54ec21b9fb07325a0c63a5b1121;p=ndwebbie.git diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index b64200f..883c90f 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -26,7 +26,8 @@ use local::lib; use DBI; use DBD::Pg qw(:pg_types); -use LWP::Simple; +use LWP::Simple qw/head get $ua/; +$ua->agent("Stupid user agent check is stupid"); use FindBin; use lib "$FindBin::Bin/../lib";