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



use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Powerful, high-performance templating for the web and beyond",
  "AUTHOR" => "Jonathan Swartz <swartz\@pobox.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Mason",
  "EXE_FILES" => [
    "bin/mason.pl"
  ],
  "LICENSE" => "perl",
  "NAME" => "Mason",
  "PREREQ_PM" => {
    "Capture::Tiny" => 0,
    "Class::Load" => 0,
    "Class::Unload" => 0,
    "Devel::GlobalDestruction" => 0,
    "Exception::Class" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Guard" => 0,
    "IPC::System::Simple" => 0,
    "JSON" => 0,
    "Log::Any" => "0.08",
    "Memoize" => 0,
    "Method::Signatures::Simple" => 0,
    "Moose" => "1.15",
    "MooseX::HasDefaults" => "0.03",
    "MooseX::StrictConstructor" => "0.13",
    "Scalar::Util" => "1.01",
    "Try::Tiny" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Class::Most" => 0,
    "Test::LongString" => 0
  },
  "VERSION" => "2.23",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Class::Load" => 0,
  "Class::Unload" => 0,
  "Devel::GlobalDestruction" => 0,
  "Exception::Class" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Guard" => 0,
  "IPC::System::Simple" => 0,
  "JSON" => 0,
  "Log::Any" => "0.08",
  "Memoize" => 0,
  "Method::Signatures::Simple" => 0,
  "Moose" => "1.15",
  "MooseX::HasDefaults" => "0.03",
  "MooseX::StrictConstructor" => "0.13",
  "Scalar::Util" => "1.01",
  "Test::Class::Most" => 0,
  "Test::LongString" => 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);