]> Dogcows Code - chaz/git-codeowners/blob - META.json
773b23b1a291dc15b3d13001f6113b2d35c6f941
[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.012, 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 "Software::License::Perl_5" : "0",
53 "Test::CPAN::Changes" : "0.19",
54 "Test::CPAN::Meta" : "0",
55 "Test::ConsistentVersion" : "0",
56 "Test::EOL" : "0",
57 "Test::MinimumVersion" : "0",
58 "Test::More" : "0.96",
59 "Test::NoTabs" : "0",
60 "Test::Perl::Critic" : "0",
61 "Test::Pod" : "1.41",
62 "Test::Pod::No404s" : "0",
63 "Test::Portability::Files" : "0"
64 }
65 },
66 "runtime" : {
67 "recommends" : {
68 "Term::Detect::Software" : "0",
69 "Unicode::GCString" : "0"
70 },
71 "requires" : {
72 "Carp" : "0",
73 "Color::ANSI::Util" : "0",
74 "Encode" : "0",
75 "Exporter" : "0",
76 "Getopt::Long" : "2.39",
77 "IPC::Open2" : "0",
78 "Path::Tiny" : "0",
79 "Pod::Usage" : "0",
80 "Scalar::Util" : "0",
81 "Test::Builder" : "0",
82 "Text::Gitignore" : "0",
83 "Text::Table::Any" : "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" : "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 "Test::Exit" : "0",
109 "Test::More" : "0"
110 }
111 }
112 },
113 "provides" : {
114 "App::Codeowners" : {
115 "file" : "lib/App/Codeowners.pm",
116 "version" : "0.41"
117 },
118 "App::Codeowners::Options" : {
119 "file" : "lib/App/Codeowners/Options.pm",
120 "version" : "0.41"
121 },
122 "App::Codeowners::Util" : {
123 "file" : "lib/App/Codeowners/Util.pm",
124 "version" : "0.41"
125 },
126 "File::Codeowners" : {
127 "file" : "lib/File/Codeowners.pm",
128 "version" : "0.41"
129 },
130 "Test::File::Codeowners" : {
131 "file" : "lib/Test/File/Codeowners.pm",
132 "version" : "0.41"
133 }
134 },
135 "release_status" : "stable",
136 "resources" : {
137 "bugtracker" : {
138 "web" : "https://github.com/chazmcgarvey/git-codeowners/issues"
139 },
140 "homepage" : "https://github.com/chazmcgarvey/git-codeowners",
141 "repository" : {
142 "type" : "git",
143 "url" : "https://github.com/chazmcgarvey/git-codeowners.git",
144 "web" : "https://github.com/chazmcgarvey/git-codeowners"
145 }
146 },
147 "version" : "0.41",
148 "x_authority" : "cpan:CCM",
149 "x_generated_by_perl" : "v5.28.0",
150 "x_serialization_backend" : "Cpanel::JSON::XS version 4.15"
151 }
152
This page took 0.042223 seconds and 3 git commands to generate.