1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"generated_by" : "Module::Build version 0.36",
"meta-spec" : {
"version" : "2",
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
},
"abstract" : "stuff",
"version" : "0.36",
"name" : "Module-Build",
"dynamic_config" : 1,
"author" : [
"Ken Williams <kwilliams@cpan.org>",
"Module-Build List <module-build@perl.org>"
],
"release_status" : "stable",
"license" : [
"perl_5"
],
"description" : "Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker... blah blah blah",
"prereqs" : {
"runtime" : {
"requires" : {
"IO::File" : "1.23beta",
"Data::Dumper" : "<= v1.2.a.3",
"File::Spec" : "== mu"
}
}
}
}
|