Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemcmahon/www-mechanize-plugin-retry
Request retry plugin for WWW::Mechanize::Pluggable
https://github.com/joemcmahon/www-mechanize-plugin-retry
Last synced: 11 days ago
JSON representation
Request retry plugin for WWW::Mechanize::Pluggable
- Host: GitHub
- URL: https://github.com/joemcmahon/www-mechanize-plugin-retry
- Owner: joemcmahon
- Created: 2009-03-13T04:16:38.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-03-13T04:17:12.000Z (almost 16 years ago)
- Last Synced: 2024-10-28T15:48:11.250Z (about 2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~mcmahon/WWW-Mechanize-Plugin-Retry-0.04/
- Size: 85.9 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-Mechanize-Plugin-Retry
This plugin adds retry handling to WWW::Mechanize::Pluggable.
You can set a retry count and a retry interval, and any get() or
submit_form() that fails will be retried either until it succeeds,
or the number or retries is exceeded.INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installCOPYRIGHT AND LICENCE
Copyright (C) 2005 Joe McMahon and Yahoo!
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.