]> Dogcows Code - chaz/git-codeowners/blob - META.json
Version 0.50
[chaz/git-codeowners] / META.json
1 {
2 "abstract" : "A tool for managing CODEOWNERS files",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010",
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "App-Codeowners",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "share",
20 "shares",
21 "t",
22 "xt"
23 ]
24 },
25 "prereqs" : {
26 "configure" : {
27 "requires" : {
28 "ExtUtils::MakeMaker" : "0"
29 }
30 },
31 "develop" : {
32 "recommends" : {
33 "App::FatPacker" : "0",
34 "CPAN::Meta" : "0",
35 "Capture::Tiny" : "0",
36 "Config" : "0",
37 "File::pushd" : "0",
38 "Getopt::Long" : "0",
39 "MetaCPAN::API" : "0",
40 "Module::CoreList" : "0",
41 "Path::Tiny" : "0",
42 "Perl::Strip" : "0"
43 },
44 "requires" : {
45 "Dist::Zilla" : "5",
46 "Dist::Zilla::Plugin::ConsistentVersionTest" : "0",
47 "Dist::Zilla::Plugin::Prereqs" : "0",
48 "Dist::Zilla::Plugin::RemovePhasedPrereqs" : "0",
49 "Dist::Zilla::Plugin::Run::Release" : "0",
50 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
51 "Dist::Zilla::PluginBundle::Filter" : "0",
52 "Pod::Coverage::TrustPod" : "0",
53 "Software::License::Perl_5" : "0",
54 "Test::CPAN::Changes" : "0.19",
55 "Test::CPAN::Meta" : "0",
56 "Test::ConsistentVersion" : "0",
57 "Test::EOL" : "0",
58 "Test::MinimumVersion" : "0",
59 "Test::More" : "0.96",
60 "Test::NoTabs" : "0",
61 "Test::Perl::Critic" : "0",
62 "Test::Pod" : "1.41",
63 "Test::Pod::Coverage" : "1.08",
64 "Test::Pod::No404s" : "0",
65 "Test::Portability::Files" : "0"
66 }
67 },
68 "runtime" : {
69 "recommends" : {
70 "Pod::Usage" : "0",
71 "Term::Detect::Software" : "0",
72 "Unicode::GCString" : "0"
73 },
74 "requires" : {
75 "Color::ANSI::Util" : "0.03",
76 "Encode" : "0",
77 "Exporter" : "0",
78 "File::Codeowners" : "0",
79 "File::Codeowners::Util" : "0",
80 "Getopt::Long" : "2.39",
81 "Module::Load" : "0",
82 "Path::Tiny" : "0.089",
83 "parent" : "0",
84 "perl" : "v5.10.1",
85 "strict" : "0",
86 "utf8" : "0",
87 "warnings" : "0"
88 },
89 "suggests" : {
90 "JSON::MaybeXS" : "0",
91 "Text::CSV" : "0",
92 "Text::Table::Any" : "0",
93 "YAML" : "0"
94 }
95 },
96 "test" : {
97 "recommends" : {
98 "CPAN::Meta" : "2.120900"
99 },
100 "requires" : {
101 "Capture::Tiny" : "0",
102 "ExtUtils::MakeMaker" : "0",
103 "File::Spec" : "0",
104 "File::pushd" : "0",
105 "FindBin" : "0",
106 "IO::Handle" : "0",
107 "IPC::Open3" : "0",
108 "Path::Tiny" : "0.089",
109 "Test::Exit" : "0",
110 "Test::More" : "0"
111 }
112 }
113 },
114 "provides" : {
115 "App::Codeowners" : {
116 "file" : "lib/App/Codeowners.pm",
117 "version" : "0.50"
118 },
119 "App::Codeowners::Formatter" : {
120 "file" : "lib/App/Codeowners/Formatter.pm",
121 "version" : "0.50"
122 },
123 "App::Codeowners::Formatter::CSV" : {
124 "file" : "lib/App/Codeowners/Formatter/CSV.pm",
125 "version" : "0.50"
126 },
127 "App::Codeowners::Formatter::JSON" : {
128 "file" : "lib/App/Codeowners/Formatter/JSON.pm",
129 "version" : "0.50"
130 },
131 "App::Codeowners::Formatter::String" : {
132 "file" : "lib/App/Codeowners/Formatter/String.pm",
133 "version" : "0.50"
134 },
135 "App::Codeowners::Formatter::TSV" : {
136 "file" : "lib/App/Codeowners/Formatter/TSV.pm",
137 "version" : "0.50"
138 },
139 "App::Codeowners::Formatter::Table" : {
140 "file" : "lib/App/Codeowners/Formatter/Table.pm",
141 "version" : "0.50"
142 },
143 "App::Codeowners::Formatter::YAML" : {
144 "file" : "lib/App/Codeowners/Formatter/YAML.pm",
145 "version" : "0.50"
146 },
147 "App::Codeowners::Options" : {
148 "file" : "lib/App/Codeowners/Options.pm",
149 "version" : "0.50"
150 },
151 "App::Codeowners::Util" : {
152 "file" : "lib/App/Codeowners/Util.pm",
153 "version" : "0.50"
154 }
155 },
156 "release_status" : "stable",
157 "resources" : {
158 "bugtracker" : {
159 "web" : "https://github.com/chazmcgarvey/git-codeowners/issues"
160 },
161 "homepage" : "https://github.com/chazmcgarvey/git-codeowners",
162 "repository" : {
163 "type" : "git",
164 "url" : "https://github.com/chazmcgarvey/git-codeowners.git",
165 "web" : "https://github.com/chazmcgarvey/git-codeowners"
166 }
167 },
168 "version" : "0.50",
169 "x_authority" : "cpan:CCM",
170 "x_generated_by_perl" : "v5.28.0",
171 "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
172 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
173 }
174
This page took 0.035548 seconds and 4 git commands to generate.