forked from roa/pabbix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMYMETA.json
68 lines (68 loc) · 1.4 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
59
60
61
62
63
64
65
66
67
68
{
"abstract" : "blah",
"author" : [
"roa"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Pabbix",
"no_index" : {
"directory" : [
"t"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : 0
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"runtime" : {
"requires" : {
"Array::Diff" : 0,
"Data::Dumper" : 0,
"JSON::XS" : 0,
"LWP::UserAgent" : 0,
"Moo" : 0,
"perl" : 0
}
}
},
"provides" : {
"Pabbix" : {
"file" : "lib/Pabbix.pm",
"version" : "0.02"
},
"Pabbix::Auth" : {
"file" : "lib/Pabbix/Auth.pm",
"version" : 0
},
"Pabbix::Request" : {
"file" : "lib/Pabbix/Request.pm",
"version" : 0
},
"Pabbix::Trigger" : {
"file" : "lib/Pabbix/Trigger.pm",
"version" : 0
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
]
},
"version" : "0.02"
}