Action-CircuitBreaker
view release on metacpan or search on metacpan
{
"abstract" : "Module to try to perform an action, with an option to suspend execution after a number of failures.",
"author" : [
"hangy"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Action-CircuitBreaker",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Moo" : "0",
"Scalar::Util" : "0",
"Time::HiRes" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Action::Retry" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::More" : "0",
"Try::Tiny" : "0"
}
}
},
"provides" : {
"Action::CircuitBreaker" : {
"file" : "lib/Action/CircuitBreaker.pm",
"version" : "0.1"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/hangy/Action-CircuitBreaker/issues"
},
"homepage" : "https://github.com/hangy/Action-CircuitBreaker",
"repository" : {
"type" : "git",
"url" : "https://github.com/hangy/Action-CircuitBreaker.git",
"web" : "https://github.com/hangy/Action-CircuitBreaker"
}
},
"version" : "0.1",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.026002"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"type" : "requires"
}
},
"name" : "Prereqs",
"version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "test",
"type" : "requires"
}
},
"name" : "TestRequires",
"version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
"config" : {
"Dist::Zilla::Plugin::GatherDir" : {
"exclude_filename" : [],
"exclude_match" : [],
"follow_symlinks" : 0,
"include_dotfiles" : 0,
"prefix" : "",
"prune_directory" : [],
"root" : "."
( run in 2.486 seconds using v1.01-cache-2.11-cpan-6de40a662fe )