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

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Deploy your DBIx::Class Schema to DDL/Database via DBIx::Class::DeploymentHandler",
  "AUTHOR" => "kentnl - Kent Fredric (cpan:KENTNL) <kentnl\@cpan.org>, mst - Matt S. Trout (cpan:MSTROUT) <mst\@shadowcat.co.uk>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-DH",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "App::DH",
  "PREREQ_PM" => {
    "Carp" => 0,
    "DBIx::Class::DeploymentHandler" => 0,
    "Module::Runtime" => 0,
    "Moose" => 0,
    "MooseX::Getopt" => "0.48",
    "PerlX::Maybe" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "DBI" => 0,
    "DBIx::Class::Core" => 0,
    "DBIx::Class::Schema" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0,
    "Test::Requires" => 0,
    "Test::TempDir::Tiny" => 0,
    "base" => 0
  },
  "VERSION" => "0.004001",
  "test" => {
    "TESTS" => "t/*.t t/00-compile/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "DBI" => 0,
  "DBIx::Class::Core" => 0,
  "DBIx::Class::DeploymentHandler" => 0,
  "DBIx::Class::Schema" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Module::Runtime" => 0,
  "Moose" => 0,
  "MooseX::Getopt" => "0.48",
  "PerlX::Maybe" => 0,
  "Test::More" => 0,
  "Test::Requires" => 0,
  "Test::TempDir::Tiny" => 0,
  "base" => 0,
  "lib" => 0,
  "strict" => 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);