clusterssh/META.json

113 lines
3.1 KiB
JSON
Raw Permalink Normal View History

{
"abstract" : "A container for functions of the ClusterSSH programs",
"author" : [
"Duncan Ferguson <duncan_j_ferguson@yahoo.co.uk>"
],
"dynamic_config" : 1,
2017-12-22 12:17:40 +00:00
"generated_by" : "Module::Build version 0.4224",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
2017-12-22 12:17:40 +00:00
"version" : 2
},
"name" : "App-ClusterSSH",
"prereqs" : {
"build" : {
"requires" : {
2014-05-17 17:17:43 +01:00
"CPAN::Changes" : "0.27",
2014-07-09 20:57:12 +01:00
"File::Slurp" : "0",
2014-01-13 18:58:37 +00:00
"File::Temp" : "0",
"File::Which" : "0",
2017-12-22 12:17:40 +00:00
"Perl::Tidy" : "20171214",
2014-01-13 18:58:37 +00:00
"Readonly" : "0",
"Test::Differences" : "0",
"Test::DistManifest" : "0",
2014-12-11 20:19:15 +00:00
"Test::PerlTidy" : "0",
2014-01-13 18:58:37 +00:00
"Test::Pod" : "0",
"Test::Pod::Coverage" : "0",
"Test::Trap" : "0"
}
},
"configure" : {
"requires" : {
2014-01-13 18:58:37 +00:00
"Module::Build" : "0"
}
},
"runtime" : {
2015-11-03 21:18:13 +00:00
"recommends" : {
"Sort::Naturally" : "0"
},
"requires" : {
"Exception::Class" : "1.31",
2016-04-30 11:38:22 +01:00
"File::Glob" : "0",
2015-11-21 14:03:57 +00:00
"File::Path" : "0",
2014-12-20 22:25:32 +00:00
"Getopt::Long" : "0",
2014-01-13 18:58:37 +00:00
"Locale::Maketext" : "0",
"Tk" : "800.022",
2014-01-13 18:58:37 +00:00
"Try::Tiny" : "0",
"X11::Protocol" : "0.56",
2016-10-18 21:26:57 +01:00
"X11::Protocol::WM" : "0",
2017-12-22 12:17:40 +00:00
"version" : "0.77"
}
}
},
"provides" : {
"App::ClusterSSH" : {
"file" : "lib/App/ClusterSSH.pm",
2017-12-27 10:03:40 +00:00
"version" : "4.13"
},
"App::ClusterSSH::Base" : {
"file" : "lib/App/ClusterSSH/Base.pm",
"version" : "0.02"
},
"App::ClusterSSH::Cluster" : {
"file" : "lib/App/ClusterSSH/Cluster.pm",
"version" : "0.01"
},
"App::ClusterSSH::Config" : {
"file" : "lib/App/ClusterSSH/Config.pm",
"version" : "0.02"
},
2014-07-09 20:57:12 +01:00
"App::ClusterSSH::Getopt" : {
"file" : "lib/App/ClusterSSH/Getopt.pm",
"version" : "0.01"
},
"App::ClusterSSH::Helper" : {
"file" : "lib/App/ClusterSSH/Helper.pm",
"version" : "0.02"
},
"App::ClusterSSH::Host" : {
"file" : "lib/App/ClusterSSH/Host.pm",
"version" : "0.03"
},
"App::ClusterSSH::L10N" : {
2015-01-31 10:50:36 +00:00
"file" : "lib/App/ClusterSSH/L10N.pm"
},
"App::ClusterSSH::L10N::en" : {
2015-01-31 10:50:36 +00:00
"file" : "lib/App/ClusterSSH/L10N/en.pm"
2016-04-30 11:38:22 +01:00
},
"App::ClusterSSH::Range" : {
"file" : "lib/App/ClusterSSH/Range.pm"
}
},
2017-12-22 12:17:40 +00:00
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/duncs/clusterssh/issues"
},
2015-11-03 21:18:13 +00:00
"homepage" : "http://github.com/duncs/clusterssh/wiki",
"license" : [
"http://dev.perl.org/licenses/"
],
"x_Repository" : [
"http://clusterssh.git.sourceforge.net/",
"http://github.com/duncs/clusterssh"
],
"x_coverage" : "https://coveralls.io/github/duncs/clusterssh"
},
2017-12-27 10:03:40 +00:00
"version" : "4.13",
2017-12-22 12:17:40 +00:00
"x_serialization_backend" : "JSON::PP version 2.94"
}