The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Template System Compiles HTML::Template files to Perl code",
  "AUTHOR" => "Tina M\x{fc}ller <cpan2\@tinita.de>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "HTML-Template-Compiled",
  "LICENSE" => "perl",
  "NAME" => "HTML::Template::Compiled",
  "PREREQ_PM" => {
    "B::Deparse" => 0,
    "Carp" => 0,
    "Data::Dumper" => 0,
    "Digest::MD5" => 0,
    "Encode" => 0,
    "Exporter" => 0,
    "Fcntl" => 0,
    "File::Basename" => 0,
    "File::Spec" => 0,
    "HTML::Entities" => 0,
    "Parse::RecDescent" => 0,
    "Scalar::Util" => 0,
    "Storable" => "2.05",
    "URI::Escape" => 0,
    "base" => 0,
    "constant" => 0,
    "overload" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Copy" => 0,
    "Test::More" => 0,
    "lib" => 0
  },
  "VERSION" => "1.003",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "B::Deparse" => 0,
  "Carp" => 0,
  "Data::Dumper" => 0,
  "Digest::MD5" => 0,
  "Encode" => 0,
  "Exporter" => 0,
  "Fcntl" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Spec" => 0,
  "HTML::Entities" => 0,
  "Parse::RecDescent" => 0,
  "Scalar::Util" => 0,
  "Storable" => "2.05",
  "Test::More" => 0,
  "URI::Escape" => 0,
  "base" => 0,
  "constant" => 0,
  "lib" => 0,
  "overload" => 0,
  "strict" => 0,
  "vars" => 0,
  "warnings" => 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);