aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-UserAgent-Determined
Commit message (Collapse)AuthorAgeFilesLines
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275889
* - update to 1.05Yen-Ming Lee2011-02-202-4/+4
| | | | Notes: svn path=/head/; revision=269403
* - update to 1.04Yen-Ming Lee2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231854
* - add p5-LWP-UserAgent-Determined-1.03Yen-Ming Lee2008-03-174-0/+42
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: http://search.cpan.org/dist/LWP-UserAgent-Determined/ Notes: svn path=/head/; revision=209177