-
Notifications
You must be signed in to change notification settings - Fork 12
/
META.json
97 lines (97 loc) · 2.91 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{ "name" : "Release-Checklist",
"version" : "0.18",
"abstract" : "A QA checklist for CPAN releases",
"release_status" : "stable",
"dynamic_config" : 1,
"generated_by" : "Author",
"author" : [
"H.Merijn Brand <[email protected]>"
],
"provides" : {
"Release::Checklist" : {
"file" : "Checklist.pm",
"version" : "0.18"
}
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
},
"recommends" : {
"ExtUtils::MakeMaker" : "7.22"
},
"suggests" : {
"ExtUtils::MakeMaker" : "7.70"
}
},
"runtime" : {
"requires" : {
"perl" : "5.006",
"Test::More" : "0.88"
},
"recommends" : {
"CPAN::Meta::Converter" : "2.150010",
"CPAN::Meta::Validator" : "2.150010",
"Devel::Cover" : "1.36",
"Devel::PPPort" : "3.63",
"JSON::PP" : "4.07",
"Module::CPANTS::Analyse" : "1.01",
"Module::Release" : "2.128",
"Parse::CPAN::Meta" : "2.150010",
"Perl::Critic" : "1.140",
"Perl::Critic::TooMuchCode" : "0.18",
"Perl::MinimumVersion" : "1.40",
"Perl::Tidy" : "20211029",
"Pod::Escapes" : "1.07",
"Pod::Parser" : "1.63",
"Pod::Spell" : "1.20",
"Pod::Spell::CommonMistakes" : "1.002",
"Test2::Harness" : "1.000152",
"Test::CPAN::Changes" : "0.400002",
"Test::CPAN::Meta::YAML" : "0.25",
"Test::Kwalitee" : "1.28",
"Test::Manifest" : "2.022",
"Test::MinimumVersion" : "0.101082",
"Test::MinimumVersion::Fast" : "0.04",
"Test::More" : "1.302185",
"Test::Perl::Critic" : "1.04",
"Test::Perl::Critic::Policy" : "1.140",
"Test::Pod" : "1.52",
"Test::Pod::Coverage" : "1.10",
"Test::Version" : "2.09",
"Text::Aspell" : "0.09",
"Text::Ispell" : "0.04",
"Text::Markdown" : "1.000031",
"perl" : "5.030000"
}
},
"test" : {
"requires" : {
"Test::Harness" : "0",
"Test::More" : "0.88"
}
}
},
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"web" : "https://github.com/Tux/Release-Checklist",
"type" : "git",
"url" : "https://github.com/Tux/Release-Checklist"
},
"bugtracker" : {
"web" : "https://github.com/Tux/Release-Checklist/issues"
},
"x_IRC" : "irc://irc.perl.org/#toolchain"
},
"license" : [
"perl_5"
]
}