]> Dogcows Code - chaz/git-codeowners/blob - Makefile.PL
09f972bf614f21dda9b98021f128e2c3c4239921
[chaz/git-codeowners] / Makefile.PL
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
2 use strict;
3 use warnings;
4
5 use 5.010001;
6
7 use ExtUtils::MakeMaker;
8
9 my %WriteMakefileArgs = (
10 "ABSTRACT" => "A tool for managing CODEOWNERS files",
11 "AUTHOR" => "Charles McGarvey <chazmcgarvey\@brokenzipper.com>",
12 "CONFIGURE_REQUIRES" => {
13 "ExtUtils::MakeMaker" => 0
14 },
15 "DISTNAME" => "App-Codeowners",
16 "EXE_FILES" => [
17 "bin/git-codeowners"
18 ],
19 "LICENSE" => "perl",
20 "MIN_PERL_VERSION" => "5.010001",
21 "NAME" => "App::Codeowners",
22 "PREREQ_PM" => {
23 "Carp" => 0,
24 "Color::ANSI::Util" => "0.03",
25 "Encode" => 0,
26 "Exporter" => 0,
27 "Getopt::Long" => "2.39",
28 "IPC::Open2" => 0,
29 "Module::Load" => 0,
30 "Path::Tiny" => 0,
31 "Pod::Usage" => 0,
32 "Scalar::Util" => 0,
33 "Test::Builder" => 0,
34 "Text::Gitignore" => 0,
35 "parent" => 0,
36 "strict" => 0,
37 "utf8" => 0,
38 "warnings" => 0
39 },
40 "TEST_REQUIRES" => {
41 "Capture::Tiny" => 0,
42 "ExtUtils::MakeMaker" => 0,
43 "File::Spec" => 0,
44 "File::pushd" => 0,
45 "FindBin" => 0,
46 "IO::Handle" => 0,
47 "IPC::Open3" => 0,
48 "Test::Exit" => 0,
49 "Test::More" => 0
50 },
51 "VERSION" => "0.43",
52 "test" => {
53 "TESTS" => "t/*.t"
54 }
55 );
56
57
58 my %FallbackPrereqs = (
59 "Capture::Tiny" => 0,
60 "Carp" => 0,
61 "Color::ANSI::Util" => "0.03",
62 "Encode" => 0,
63 "Exporter" => 0,
64 "ExtUtils::MakeMaker" => 0,
65 "File::Spec" => 0,
66 "File::pushd" => 0,
67 "FindBin" => 0,
68 "Getopt::Long" => "2.39",
69 "IO::Handle" => 0,
70 "IPC::Open2" => 0,
71 "IPC::Open3" => 0,
72 "Module::Load" => 0,
73 "Path::Tiny" => 0,
74 "Pod::Usage" => 0,
75 "Scalar::Util" => 0,
76 "Test::Builder" => 0,
77 "Test::Exit" => 0,
78 "Test::More" => 0,
79 "Text::Gitignore" => 0,
80 "parent" => 0,
81 "strict" => 0,
82 "utf8" => 0,
83 "warnings" => 0
84 );
85
86
87 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
88 delete $WriteMakefileArgs{TEST_REQUIRES};
89 delete $WriteMakefileArgs{BUILD_REQUIRES};
90 $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
91 }
92
93 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
94 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
95
96 WriteMakefile(%WriteMakefileArgs);
This page took 0.04195 seconds and 3 git commands to generate.