Lines Matching refs:LWP
47 eval "require LWP::UserAgent";
140 print "LWP::UserAgent.pm Version : ${LWP::UserAgent::VERSION}\n" if($LWP::UserAgent::VERSION);
141 print "LWP.pm Version : ${LWP::VERSION}\n" if($LWP::VERSION);
332 # If nothing was fetched then use LWP
342 report "Get certdata with LWP!";
343 if(!defined(${LWP::UserAgent::VERSION})) {
344 report "LWP is not available (LWP::UserAgent not found)";
347 my $ua = new LWP::UserAgent(agent => "$0/$version");
360 . ($resp? $resp->code . ' - ' . $resp->message : "LWP failed");