Algorithm-Backoff 0.009
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Algorithm::Backoff | Various backoff strategies for retry | 0.009 | metacpan |
Algorithm::Backoff::Constant | Backoff using a constant delay | 0.009 | metacpan |
Algorithm::Backoff::Exponential | Backoff exponentially | 0.009 | metacpan |
Algorithm::Backoff::Fibonacci | Backoff using Fibonacci sequence | 0.009 | metacpan |
Algorithm::Backoff::LILD | Linear Increment, Linear Decrement (LILD) backoff | 0.009 | metacpan |
Algorithm::Backoff::LIMD | Linear Increment, Multiplicative Decrement (LIMD) backoff | 0.009 | metacpan |
Algorithm::Backoff::MILD | Multiplicative Increment, Linear Decrement (MILD) backoff | 0.009 | metacpan |
Algorithm::Backoff::MIMD | Multiplicative Increment, Multiplicative Decrement (MIMD) backoff | 0.009 | metacpan |