The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.22 - 2013-12-21

  • don't depend on Test::Most, Test::Pretty and namespace::autoclean

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