Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

COPYRIGHT 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.