]> Dogcows Code - chaz/git-codeowners/blob - META.yml
Version 0.50
[chaz/git-codeowners] / META.yml
1 ---
2 abstract: 'A tool for managing CODEOWNERS files'
3 author:
4 - 'Charles McGarvey <chazmcgarvey@brokenzipper.com>'
5 build_requires:
6 Capture::Tiny: '0'
7 ExtUtils::MakeMaker: '0'
8 File::Spec: '0'
9 File::pushd: '0'
10 FindBin: '0'
11 IO::Handle: '0'
12 IPC::Open3: '0'
13 Path::Tiny: '0.089'
14 Test::Exit: '0'
15 Test::More: '0'
16 configure_requires:
17 ExtUtils::MakeMaker: '0'
18 dynamic_config: 0
19 generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010'
20 license: perl
21 meta-spec:
22 url: http://module-build.sourceforge.net/META-spec-v1.4.html
23 version: '1.4'
24 name: App-Codeowners
25 no_index:
26 directory:
27 - eg
28 - share
29 - shares
30 - t
31 - xt
32 provides:
33 App::Codeowners:
34 file: lib/App/Codeowners.pm
35 version: '0.50'
36 App::Codeowners::Formatter:
37 file: lib/App/Codeowners/Formatter.pm
38 version: '0.50'
39 App::Codeowners::Formatter::CSV:
40 file: lib/App/Codeowners/Formatter/CSV.pm
41 version: '0.50'
42 App::Codeowners::Formatter::JSON:
43 file: lib/App/Codeowners/Formatter/JSON.pm
44 version: '0.50'
45 App::Codeowners::Formatter::String:
46 file: lib/App/Codeowners/Formatter/String.pm
47 version: '0.50'
48 App::Codeowners::Formatter::TSV:
49 file: lib/App/Codeowners/Formatter/TSV.pm
50 version: '0.50'
51 App::Codeowners::Formatter::Table:
52 file: lib/App/Codeowners/Formatter/Table.pm
53 version: '0.50'
54 App::Codeowners::Formatter::YAML:
55 file: lib/App/Codeowners/Formatter/YAML.pm
56 version: '0.50'
57 App::Codeowners::Options:
58 file: lib/App/Codeowners/Options.pm
59 version: '0.50'
60 App::Codeowners::Util:
61 file: lib/App/Codeowners/Util.pm
62 version: '0.50'
63 recommends:
64 Pod::Usage: '0'
65 Term::Detect::Software: '0'
66 Unicode::GCString: '0'
67 requires:
68 Color::ANSI::Util: '0.03'
69 Encode: '0'
70 Exporter: '0'
71 File::Codeowners: '0'
72 File::Codeowners::Util: '0'
73 Getopt::Long: '2.39'
74 Module::Load: '0'
75 Path::Tiny: '0.089'
76 parent: '0'
77 perl: v5.10.1
78 strict: '0'
79 utf8: '0'
80 warnings: '0'
81 resources:
82 bugtracker: https://github.com/chazmcgarvey/git-codeowners/issues
83 homepage: https://github.com/chazmcgarvey/git-codeowners
84 repository: https://github.com/chazmcgarvey/git-codeowners.git
85 version: '0.50'
86 x_authority: cpan:CCM
87 x_generated_by_perl: v5.28.0
88 x_serialization_backend: 'YAML::Tiny version 1.73'
89 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
This page took 0.035353 seconds and 4 git commands to generate.