-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.json
82 lines (82 loc) · 2.04 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
75
76
77
78
79
80
81
82
{ "name" : "App-ccdiff",
"version" : "0.33",
"abstract" : "Colored Character Diff",
"license" : [
"artistic_2"
],
"author" : [
"H.Merijn Brand <[email protected]>"
],
"generated_by" : "Author",
"dynamic_config" : 1,
"release_status" : "stable",
"provides" : {
"App::ccdiff" : {
"file" : "lib/App/ccdiff.pm",
"version" : "0.33"
}
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
},
"recommends" : {
"ExtUtils::MakeMaker" : "7.22"
},
"suggests" : {
"ExtUtils::MakeMaker" : "7.70"
}
},
"build" : {
"requires" : {
"Config" : "0"
}
},
"test" : {
"requires" : {
"Test::More" : "0",
"Capture::Tiny" : "0"
},
"recommends" : {
"Capture::Tiny" : "0.24"
},
"suggests" : {
"Capture::Tiny" : "0.48"
}
},
"runtime" : {
"requires" : {
"perl" : "5.014000",
"charnames" : "0",
"Getopt::Long" : "0",
"Algorithm::Diff" : "1.1901",
"Term::ANSIColor" : "0",
"List::Util" : "0"
},
"recommends" : {
"Algorithm::Diff::XS" : "0.04",
"Algorithm::Diff" : "1.201"
}
}
},
"resources" : {
"x_IRC" : "irc://irc.perl.org/#csv",
"bugtracker" : {
"web" : "https://github.com/Tux/App-ccdiff/issues"
},
"repository" : {
"type" : "git",
"web" : "https://github.com/Tux/App-ccdiff",
"url" : "https://github.com/Tux/App-ccdiff"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"homepage" : "https://metacpan.org/pod/App::ccdiff"
},
"meta-spec" : {
"version" : 2,
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
}
}