-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
75 lines (74 loc) · 2.12 KB
/
META.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"abstract" : "Singleton class for mod_perl",
"author" : [
"Michael Schout <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Apache-Singleton",
"prereqs" : {
"configure" : {
"requires" : {
"perl" : "5.006"
}
},
"develop" : {
"requires" : {
"Dist::Zilla" : "5",
"Dist::Zilla::Plugin::Prereqs" : "0",
"Dist::Zilla::Plugin::RemovePrereqs" : "0",
"Dist::Zilla::PluginBundle::MSCHOUT" : "0",
"Software::License::Perl_5" : "0",
"Test::Pod" : "1.41",
"Test::Signature" : "0"
}
},
"runtime" : {
"requires" : {
"Apache" : "0",
"Apache2::RequestUtil" : "0",
"Apache::Test" : "1.35",
"base" : "0",
"constant" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Apache2::RequestIO" : "0",
"Apache2::RequestRec" : "0",
"Apache::Test" : "1.35",
"Apache::TestRequest" : "0",
"Apache::TestRunPerl" : "0",
"Test::More" : "0",
"lib" : "0",
"mod_perl2" : "0",
"perl" : "5.006"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"mailto" : "bug-apache-singleton at rt.cpan.org",
"web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-Singleton"
},
"homepage" : "http://search.cpan.org/dist/Apache-Singleton/",
"repository" : {
"type" : "git",
"url" : "git://github.com/mschout/apache-singleton.git",
"web" : "https://github.com/mschout/apache-singleton"
}
},
"version" : "0.17",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}