-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMYMETA.json
58 lines (58 loc) · 1.38 KB
/
MYMETA.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
{
"abstract" : "Quickly show available class methods and documentation.",
"author" : [
"Tim Potapov <tim.potapov[AT]gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.4234",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-Pod",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0.4004"
}
},
"runtime" : {
"requires" : {
"File::HomeDir" : "1.006",
"Module::Functions" : "v2.1.3",
"Mojo::File" : "0",
"Mojo::JSON" : "0",
"Pod::Query" : "0.32",
"perl" : "5.024"
}
},
"test" : {
"requires" : {
"Test::More" : "0"
}
}
},
"provides" : {
"App::Pod" : {
"file" : "lib/App/Pod.pm",
"version" : "0.40"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/poti1/app-pod/issues"
},
"license" : [
"http://www.perlfoundation.org/artistic_license_2_0"
],
"repository" : {
"url" : "https://github.com/poti1/app-pod"
}
},
"version" : "0.40",
"x_serialization_backend" : "JSON::PP version 4.16"
}