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

use 5.014001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Yet another approach to modernistic Perl",
  "AUTHOR" => "Jon Portnoy <avenj\@cobaltirc.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Defaults-Modern",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014001",
  "NAME" => "Defaults::Modern",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Exporter::Tiny" => "0.04",
    "Function::Parameters" => "1.07",
    "Import::Into" => 1,
    "Keyword::Simple" => 0,
    "List::Objects::Types" => "1.003",
    "List::Objects::WithUtils" => "2.028",
    "Module::Runtime" => 0,
    "Moo" => 2,
    "Path::Tiny" => "0.091",
    "PerlX::Maybe" => 1,
    "Quote::Code" => "1.01",
    "Scalar::Util" => 0,
    "Switch::Plain" => "0.05",
    "Try::Tiny" => "0.24",
    "Type::Tiny" => 1,
    "Types::LoadableClass" => "0.002",
    "Types::Path::Tiny" => "0.005",
    "bareword::filehandles" => 0,
    "indirect" => "0.30",
    "match::simple" => "0.004",
    "strictures" => 2,
    "true" => "0.18"
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.88"
  },
  "VERSION" => "0.011001",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Exporter::Tiny" => "0.04",
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Function::Parameters" => "1.07",
  "Import::Into" => 1,
  "Keyword::Simple" => 0,
  "List::Objects::Types" => "1.003",
  "List::Objects::WithUtils" => "2.028",
  "Module::Runtime" => 0,
  "Moo" => 2,
  "Path::Tiny" => "0.091",
  "PerlX::Maybe" => 1,
  "Quote::Code" => "1.01",
  "Scalar::Util" => 0,
  "Switch::Plain" => "0.05",
  "Test::More" => "0.88",
  "Try::Tiny" => "0.24",
  "Type::Tiny" => 1,
  "Types::LoadableClass" => "0.002",
  "Types::Path::Tiny" => "0.005",
  "bareword::filehandles" => 0,
  "indirect" => "0.30",
  "match::simple" => "0.004",
  "strictures" => 2,
  "true" => "0.18"
);


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);