ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
548 B
Text
10 lines
548 B
Text
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.
|
|
|
|
WWW: https://metacpan.org/release/LWP-UserAgent-Determined
|