Algorithm-Backoff

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Various backoff strategies for retry'
author:
  - 'perlancar <perlancar@cpan.org>'
build_requires:
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::Exception: '0'
  Test::More: '0.98'
  Test::Number::Delta: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Algorithm-Backoff
provides:
  Algorithm::Backoff:
    file: lib/Algorithm/Backoff.pm
    version: '0.010'
  Algorithm::Backoff::Constant:
    file: lib/Algorithm/Backoff/Constant.pm
    version: '0.010'
  Algorithm::Backoff::Exponential:
    file: lib/Algorithm/Backoff/Exponential.pm
    version: '0.010'
  Algorithm::Backoff::Fibonacci:
    file: lib/Algorithm/Backoff/Fibonacci.pm
    version: '0.010'
  Algorithm::Backoff::LILD:
    file: lib/Algorithm/Backoff/LILD.pm
    version: '0.010'
  Algorithm::Backoff::LIMD:
    file: lib/Algorithm/Backoff/LIMD.pm
    version: '0.010'
  Algorithm::Backoff::MILD:
    file: lib/Algorithm/Backoff/MILD.pm
    version: '0.010'
  Algorithm::Backoff::MIMD:
    file: lib/Algorithm/Backoff/MIMD.pm
    version: '0.010'
requires:
  Time::HiRes: '0'
  parent: '0'
  perl: '5.010001'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-Backoff
  homepage: https://metacpan.org/release/Algorithm-Backoff
  repository: git://github.com/perlancar/perl-Algorithm-Backoff.git
version: '0.010'
x_Dist_Zilla:
  perl:
    version: '5.038002'
  plugins:
    -
      class: Dist::Zilla::Plugin::PERLANCAR::CheckPendingRelease
      name: '@Author::PERLANCAR/PERLANCAR::CheckPendingRelease'
      version: '0.001'
    -
      class: Dist::Zilla::Plugin::GatherDir
      config:
        Dist::Zilla::Plugin::GatherDir:
          exclude_filename: []
          exclude_match: []
          follow_symlinks: 0
          include_dotfiles: 0
          prefix: ''
          prune_directory: []
          root: .
      name: '@Author::PERLANCAR/@Filter/GatherDir'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::PruneCruft
      name: '@Author::PERLANCAR/@Filter/PruneCruft'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::ManifestSkip
      name: '@Author::PERLANCAR/@Filter/ManifestSkip'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::MetaYAML
      name: '@Author::PERLANCAR/@Filter/MetaYAML'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::License
      name: '@Author::PERLANCAR/@Filter/License'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::PodCoverageTests
      name: '@Author::PERLANCAR/@Filter/PodCoverageTests'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::PodSyntaxTests
      name: '@Author::PERLANCAR/@Filter/PodSyntaxTests'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::ExtraTests
      name: '@Author::PERLANCAR/@Filter/ExtraTests'
      version: '6.031'
    -
      class: Dist::Zilla::Plugin::ExecDir
      name: '@Author::PERLANCAR/@Filter/ExecDir'



( run in 1.723 second using v1.01-cache-2.11-cpan-63c85eba8c4 )