1 | # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
|
---|
2 | use strict;
|
---|
3 | use warnings;
|
---|
4 |
|
---|
5 | use 5.008;
|
---|
6 |
|
---|
7 | use ExtUtils::MakeMaker;
|
---|
8 |
|
---|
9 | my %WriteMakefileArgs = (
|
---|
10 | "ABSTRACT" => "Expand template text with embedded Perl",
|
---|
11 | "AUTHOR" => "Michael Schout <mschout\@cpan.org>",
|
---|
12 | "CONFIGURE_REQUIRES" => {
|
---|
13 | "ExtUtils::MakeMaker" => 0
|
---|
14 | },
|
---|
15 | "DISTNAME" => "Text-Template",
|
---|
16 | "LICENSE" => "perl",
|
---|
17 | "MIN_PERL_VERSION" => "5.008",
|
---|
18 | "NAME" => "Text::Template",
|
---|
19 | "PREREQ_PM" => {
|
---|
20 | "Carp" => 0,
|
---|
21 | "Encode" => 0,
|
---|
22 | "Exporter" => 0,
|
---|
23 | "base" => 0,
|
---|
24 | "strict" => 0,
|
---|
25 | "warnings" => 0
|
---|
26 | },
|
---|
27 | "TEST_REQUIRES" => {
|
---|
28 | "File::Temp" => 0,
|
---|
29 | "Safe" => 0,
|
---|
30 | "Test::More" => 0,
|
---|
31 | "Test::More::UTF8" => 0,
|
---|
32 | "Test::Warnings" => 0,
|
---|
33 | "lib" => 0,
|
---|
34 | "utf8" => 0,
|
---|
35 | "vars" => 0
|
---|
36 | },
|
---|
37 | "VERSION" => "1.56",
|
---|
38 | "test" => {
|
---|
39 | "TESTS" => "t/*.t"
|
---|
40 | }
|
---|
41 | );
|
---|
42 |
|
---|
43 |
|
---|
44 | my %FallbackPrereqs = (
|
---|
45 | "Carp" => 0,
|
---|
46 | "Encode" => 0,
|
---|
47 | "Exporter" => 0,
|
---|
48 | "File::Temp" => 0,
|
---|
49 | "Safe" => 0,
|
---|
50 | "Test::More" => 0,
|
---|
51 | "Test::More::UTF8" => 0,
|
---|
52 | "Test::Warnings" => 0,
|
---|
53 | "base" => 0,
|
---|
54 | "lib" => 0,
|
---|
55 | "strict" => 0,
|
---|
56 | "utf8" => 0,
|
---|
57 | "vars" => 0,
|
---|
58 | "warnings" => 0
|
---|
59 | );
|
---|
60 |
|
---|
61 |
|
---|
62 | unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
|
---|
63 | delete $WriteMakefileArgs{TEST_REQUIRES};
|
---|
64 | delete $WriteMakefileArgs{BUILD_REQUIRES};
|
---|
65 | $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
|
---|
66 | }
|
---|
67 |
|
---|
68 | delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
|
---|
69 | unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
---|
70 |
|
---|
71 | WriteMakefile(%WriteMakefileArgs);
|
---|