# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Process a directory of templates",
  "AUTHOR" => "Jonathan Swartz <swartz\@pobox.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Any-Template-ProcessDir",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Any::Template::ProcessDir",
  "PREREQ_PM" => {
    "File::Find::Wanted" => 0,
    "File::Path" => "2.07",
    "File::Slurp" => 0,
    "File::Spec" => "3.0",
    "Moose" => "0.66",
    "Try::Tiny" => 0
  },
  "TEST_REQUIRES" => {
    "File::Copy::Recursive" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.08",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::Copy::Recursive" => 0,
  "File::Find::Wanted" => 0,
  "File::Path" => "2.07",
  "File::Slurp" => 0,
  "File::Spec" => "3.0",
  "Moose" => "0.66",
  "Test::More" => 0,
  "Try::Tiny" => 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);