forked from Grinnz/Dist-Zilla-PluginBundle-Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.PL
150 lines (138 loc) · 5.22 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share module => "Dist::Zilla::MintingProfile::Starter", "profiles";
my %WriteMakefileArgs = (
"ABSTRACT" => "A minimal Dist::Zilla plugin bundle",
"AUTHOR" => "Dan Book <dbook\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "Dist-Zilla-PluginBundle-Starter",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "Dist::Zilla::PluginBundle::Starter",
"PREREQ_PM" => {
"Dist::Zilla" => 0,
"Dist::Zilla::Plugin::BumpVersionAfterRelease" => 0,
"Dist::Zilla::Plugin::ConfirmRelease" => 0,
"Dist::Zilla::Plugin::CopyFilesFromRelease" => 0,
"Dist::Zilla::Plugin::DistINI" => 0,
"Dist::Zilla::Plugin::ExecDir" => 0,
"Dist::Zilla::Plugin::FakeRelease" => 0,
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Plugin::License" => 0,
"Dist::Zilla::Plugin::MakeMaker" => 0,
"Dist::Zilla::Plugin::MakeMaker::Awesome" => 0,
"Dist::Zilla::Plugin::Manifest" => 0,
"Dist::Zilla::Plugin::ManifestSkip" => 0,
"Dist::Zilla::Plugin::MetaConfig" => 0,
"Dist::Zilla::Plugin::MetaJSON" => 0,
"Dist::Zilla::Plugin::MetaNoIndex" => 0,
"Dist::Zilla::Plugin::MetaProvides::Package" => 0,
"Dist::Zilla::Plugin::MetaYAML" => 0,
"Dist::Zilla::Plugin::ModuleBuildTiny" => 0,
"Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" => 0,
"Dist::Zilla::Plugin::NextRelease" => 0,
"Dist::Zilla::Plugin::Pod2Readme" => "0.004",
"Dist::Zilla::Plugin::PodSyntaxTests" => "5.040",
"Dist::Zilla::Plugin::PruneCruft" => 0,
"Dist::Zilla::Plugin::ReadmeAnyFromPod" => 0,
"Dist::Zilla::Plugin::Regenerate::AfterReleasers" => 0,
"Dist::Zilla::Plugin::RewriteVersion" => 0,
"Dist::Zilla::Plugin::RunExtraTests" => 0,
"Dist::Zilla::Plugin::ShareDir" => 0,
"Dist::Zilla::Plugin::TemplateModule" => 0,
"Dist::Zilla::Plugin::Test::Compile" => 0,
"Dist::Zilla::Plugin::Test::ReportPrereqs" => "0.027",
"Dist::Zilla::Plugin::TestRelease" => 0,
"Dist::Zilla::Plugin::UploadToCPAN" => 0,
"Dist::Zilla::Role::MintingProfile::ShareDir" => 0,
"Dist::Zilla::Role::PluginBundle::Config::Slicer" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::PluginBundle::PluginRemover" => 0,
"Moose" => 0,
"Test::Pod" => "1.41",
"namespace::clean" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Path::Tiny" => "0.079",
"Test::DZil" => 0,
"Test::File::ShareDir::Module" => 0,
"Test::More" => "0.88"
},
"VERSION" => "v4.0.2",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Dist::Zilla" => 0,
"Dist::Zilla::Plugin::BumpVersionAfterRelease" => 0,
"Dist::Zilla::Plugin::ConfirmRelease" => 0,
"Dist::Zilla::Plugin::CopyFilesFromRelease" => 0,
"Dist::Zilla::Plugin::DistINI" => 0,
"Dist::Zilla::Plugin::ExecDir" => 0,
"Dist::Zilla::Plugin::FakeRelease" => 0,
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Plugin::License" => 0,
"Dist::Zilla::Plugin::MakeMaker" => 0,
"Dist::Zilla::Plugin::MakeMaker::Awesome" => 0,
"Dist::Zilla::Plugin::Manifest" => 0,
"Dist::Zilla::Plugin::ManifestSkip" => 0,
"Dist::Zilla::Plugin::MetaConfig" => 0,
"Dist::Zilla::Plugin::MetaJSON" => 0,
"Dist::Zilla::Plugin::MetaNoIndex" => 0,
"Dist::Zilla::Plugin::MetaProvides::Package" => 0,
"Dist::Zilla::Plugin::MetaYAML" => 0,
"Dist::Zilla::Plugin::ModuleBuildTiny" => 0,
"Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" => 0,
"Dist::Zilla::Plugin::NextRelease" => 0,
"Dist::Zilla::Plugin::Pod2Readme" => "0.004",
"Dist::Zilla::Plugin::PodSyntaxTests" => "5.040",
"Dist::Zilla::Plugin::PruneCruft" => 0,
"Dist::Zilla::Plugin::ReadmeAnyFromPod" => 0,
"Dist::Zilla::Plugin::Regenerate::AfterReleasers" => 0,
"Dist::Zilla::Plugin::RewriteVersion" => 0,
"Dist::Zilla::Plugin::RunExtraTests" => 0,
"Dist::Zilla::Plugin::ShareDir" => 0,
"Dist::Zilla::Plugin::TemplateModule" => 0,
"Dist::Zilla::Plugin::Test::Compile" => 0,
"Dist::Zilla::Plugin::Test::ReportPrereqs" => "0.027",
"Dist::Zilla::Plugin::TestRelease" => 0,
"Dist::Zilla::Plugin::UploadToCPAN" => 0,
"Dist::Zilla::Role::MintingProfile::ShareDir" => 0,
"Dist::Zilla::Role::PluginBundle::Config::Slicer" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::PluginBundle::PluginRemover" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Moose" => 0,
"Path::Tiny" => "0.079",
"Test::DZil" => 0,
"Test::File::ShareDir::Module" => 0,
"Test::More" => "0.88",
"Test::Pod" => "1.41",
"namespace::clean" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}