-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
39 lines (39 loc) · 847 Bytes
/
META.json
File metadata and controls
39 lines (39 loc) · 847 Bytes
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
{ "abstract" : "Test current release against CVE's",
"name" : "Test-CVE",
"version" : "0.03",
"author" : [
"H.Merijn Brand <hmbrand@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010",
"license" : [ "perl_5" ],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"no_index" : {
"directory" : [ "t", "xt" ]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"perl" : "5.014",
"HTTP::Tiny" : "0",
"JSON::MaybeXS" : "0",
"Text::Wrap" : "0",
"version" : "0"
}
}
},
"release_status" : "stable"
}