Path to this page:
Subject: CVS commit: pkgsrc/www/p5-LWP-UserAgent-Determined
From: Havard Eidnes
Date: 2008-06-22 00:05:31
Message id: 20080621220532.026E7175D0@cvs.netbsd.org
Log Message:
Import p5-LWP-UserAgent-Determined version 1.03.
This class works just like LWP::UserAgent (and is based on it, by
being a subclass of it), except that when you use it to get a web page
but run into a possibly-temporary error (like a DNS lookup timeout),
it'll wait a few seconds and retry a few times.
It also adds some methods for controlling exactly what errors are
considered retry-worthy and how many times to wait and for how many
seconds, but normally you needn't bother about these, as the default
settings are relatively sane.
Files: