RSS | Module Info | Add a review of LWPx-ParanoidAgent
LWPx-ParanoidAgent
(1.07)
This is perfect! I had such a pain with the standard LWP::UserAgent timeout (not reliable at all) but now the timeout can actually be trusted.
Great!
Mikael Fredin - 2013-03-19T05:01:23 (permalink)
Was this review helpful to you?
Yes
No
LWPx-ParanoidAgent
(1.07)
Big Part of my Test Suite
I use the package as part of my test suite for moving web servers to a new machine (or datacenter). My scripts create and restart the DNS entries as part of the move process for currently running sites. Since I haven't (yet), moved the current DNS to point to the new area before testing, I can use LWPx::ParanoidAgent to have it read from my local DNS server (and not the one in the wild) allowing me to test my changes before going live.
my $ua = LWPx::ParanoidAgent->new;
$ua->resolver(Net::DNS::Resolver->new(nameservers => ['127.0.0.1']));
I don't know if this will help anyone else... but I love it! thanks!
Steve - 2011-09-19T13:22:11 (permalink)
4 out of 4 found this review helpful.
Was this review helpful to you?
Yes
No

