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 consume
Constant sleep time strategy
Fibonacci incrementation of sleep time strategy
Helper to be consumed by Action::Retry Strategies, to enable giving up retrying after a number of retries
Helper to be consumed by Action::Retry Strategies, to enable capping the sleep time
Helper to be consumed by Action::Retry Strategies, to enable giving up retrying when the sleep_time is too big
Linear incrementation of sleep time strategy
Module Install Instructions
To install Action::Retry, copy and paste the appropriate command in to your terminal.
cpanm Action::Retry
perl -MCPAN -e shellinstall Action::Retry
For more information on module installation, please visitthe detailed CPAN module installation guide.