]> Dogcows Code - chaz/git-codeowners/blob - Makefile.PL
Version 0.47
[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.089",
31 "Scalar::Util" => 0,
32 "Test::Builder" => 0,
33 "Text::Gitignore" => 0,
34 "parent" => 0,
35 "strict" => 0,
36 "utf8" => 0,
37 "warnings" => 0
38 },
39 "TEST_REQUIRES" => {
40 "Capture::Tiny" => 0,
41 "ExtUtils::MakeMaker" => 0,
42 "File::Spec" => 0,
43 "File::pushd" => 0,
44 "FindBin" => 0,
45 "IO::Handle" => 0,
46 "IPC::Open3" => 0,
47 "Test::Exit" => 0,
48 "Test::More" => 0
49 },
50 "VERSION" => "0.47",
51 "test" => {
52 "TESTS" => "t/*.t"
53 }
54 );
55
56
57 my %FallbackPrereqs = (
58 "Capture::Tiny" => 0,
59 "Carp" => 0,
60 "Color::ANSI::Util" => "0.03",
61 "Encode" => 0,
62 "Exporter" => 0,
63 "ExtUtils::MakeMaker" => 0,
64 "File::Spec" => 0,
65 "File::pushd" => 0,
66 "FindBin" => 0,
67 "Getopt::Long" => "2.39",
68 "IO::Handle" => 0,
69 "IPC::Open2" => 0,
70 "IPC::Open3" => 0,
71 "Module::Load" => 0,
72 "Path::Tiny" => "0.089",
73 "Scalar::Util" => 0,
74 "Test::Builder" => 0,
75 "Test::Exit" => 0,
76 "Test::More" => 0,
77 "Text::Gitignore" => 0,
78 "parent" => 0,
79 "strict" => 0,
80 "utf8" => 0,
81 "warnings" => 0
82 );
83
84
85 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
86 delete $WriteMakefileArgs{TEST_REQUIRES};
87 delete $WriteMakefileArgs{BUILD_REQUIRES};
88 $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
89 }
90
91 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
92 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
93
94 WriteMakefile(%WriteMakefileArgs);
This page took 0.044379 seconds and 4 git commands to generate.