-
-
21 May 2014 13:54:20 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (1900 / 0 / 0)
- Kwalitee
Bus factor: 1- 94.40% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (15.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Damien "dams" Krotkine
Changes for version 0.24 - 2014-05-21
- fix typo
Modules
Module to try to perform an action, with various ways of retrying and sleeping between retries.Srategy role that any Action::Retry strategy should consumeConstant sleep time strategyFibonacci incrementation of sleep time strategyHelper to be consumed by Action::Retry Strategies, to enable giving up retrying after a number of retriesHelper to be consumed by Action::Retry Strategies, to enable capping the sleep timeHelper to be consumed by Action::Retry Strategies, to enable giving up retrying when the sleep_time is too bigLinear incrementation of sleep time strategyModule Install Instructions
To install Action::Retry, copy and paste the appropriate command in to your terminal.
cpanm Action::Retry
perl -MCPAN -e shell install Action::Retry
For more information on module installation, please visit the detailed CPAN module installation guide.