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.012.
use strict;
use warnings;



use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "turn templates into static websites",
  "AUTHOR" => "Chisel <chisel\@chizography.net>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Zucchini",
  "EXE_FILES" => [
    "script/zucchini"
  ],
  "LICENSE" => "perl",
  "NAME" => "Zucchini",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Config::Any" => 0,
    "Digest::MD5" => 0,
    "Exporter" => 0,
    "File::Basename" => 0,
    "File::Copy" => 0,
    "File::Find" => 0,
    "File::Rsync" => 0,
    "File::Slurp" => 0,
    "File::Temp" => 0,
    "File::stat" => 0,
    "Getopt::Long" => 0,
    "HTML::Lint" => 0,
    "IO::File" => 0,
    "Moo" => 0,
    "MooX::Types::MooseLike::Base" => 0,
    "Net::FTP" => 0,
    "Path::Class" => 0,
    "Pod::Usage" => 0,
    "Template" => 0,
    "base" => 0,
    "strict" => 0,
    "version" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "FindBin" => 0,
    "Moose" => 0,
    "Test::File::Contents" => 0,
    "Test::More" => 0,
    "Test::NoWarnings" => 0,
    "Test::UseAllModules" => 0,
    "lib" => 0
  },
  "VERSION" => "0.0.21",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Config::Any" => 0,
  "Digest::MD5" => 0,
  "Exporter" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Find" => 0,
  "File::Rsync" => 0,
  "File::Slurp" => 0,
  "File::Temp" => 0,
  "File::stat" => 0,
  "FindBin" => 0,
  "Getopt::Long" => 0,
  "HTML::Lint" => 0,
  "IO::File" => 0,
  "Moo" => 0,
  "MooX::Types::MooseLike::Base" => 0,
  "Moose" => 0,
  "Net::FTP" => 0,
  "Path::Class" => 0,
  "Pod::Usage" => 0,
  "Template" => 0,
  "Test::File::Contents" => 0,
  "Test::More" => 0,
  "Test::NoWarnings" => 0,
  "Test::UseAllModules" => 0,
  "base" => 0,
  "lib" => 0,
  "strict" => 0,
  "version" => 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);