forked from tokuhirom/cpan-outdated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
49 lines (49 loc) · 1.3 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
{
"abstract" : "detect outdated CPAN modules in your environment.",
"author" : [
"Tokuhiro Matsuno"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.0.49, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "cpan-outdated",
"prereqs" : {
"configure" : {
"requires" : {
"CPAN::Meta" : "0",
"Module::Build" : "0.4"
}
},
"runtime" : {
"requires" : {
"CPAN::DistnameInfo" : "0.1",
"IO::Zlib" : "0",
"LWP" : "0",
"Module::CoreList" : "0",
"Module::Metadata" : "1.000007",
"local::lib" : "1.006008",
"perl" : "5.008001",
"version" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/tokuhirom/cpan-outdated/issues"
},
"homepage" : "https://github.com/tokuhirom/cpan-outdated",
"repository" : {
"type" : "git",
"url" : "git://github.com/tokuhirom/cpan-outdated.git",
"web" : "https://github.com/tokuhirom/cpan-outdated"
}
},
"version" : "0.28"
}