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