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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Extensible DBIx::Class deployment",
  "AUTHOR" => "Arthur Axel \"fREW\" Schmidt <frioux+cpan\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "DBIx-Class-DeploymentHandler",
  "LICENSE" => "perl",
  "NAME" => "DBIx::Class::DeploymentHandler",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Carp::Clan" => 0,
    "Context::Preserve" => "0.01",
    "DBIx::Class" => "0.08121",
    "Log::Contextual" => "0.005005",
    "Moo" => "1.003",
    "Moose" => 1,
    "MooseX::Role::Parameterized" => "0.18",
    "Path::Class" => "0.26",
    "SQL::Translator" => "0.11005",
    "Sub::Exporter::Progressive" => 0,
    "Text::Brew" => "0.02",
    "Try::Tiny" => 0,
    "autodie" => 0,
    "namespace::autoclean" => 0,
    "parent" => "0.225"
  },
  "TEST_REQUIRES" => {
    "DBD::SQLite" => "1.35",
    "File::Temp" => 0,
    "Test::Fatal" => "0.006",
    "Test::More" => "0.88",
    "Test::Requires" => "0.06",
    "aliased" => 0
  },
  "VERSION" => "0.002221",
  "test" => {
    "TESTS" => "t/*.t t/bugs/*.t t/deploy_methods/*.t t/version_handlers/*.t t/version_storages/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Carp::Clan" => 0,
  "Context::Preserve" => "0.01",
  "DBD::SQLite" => "1.35",
  "DBIx::Class" => "0.08121",
  "File::Temp" => 0,
  "Log::Contextual" => "0.005005",
  "Moo" => "1.003",
  "Moose" => 1,
  "MooseX::Role::Parameterized" => "0.18",
  "Path::Class" => "0.26",
  "SQL::Translator" => "0.11005",
  "Sub::Exporter::Progressive" => 0,
  "Test::Fatal" => "0.006",
  "Test::More" => "0.88",
  "Test::Requires" => "0.06",
  "Text::Brew" => "0.02",
  "Try::Tiny" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "namespace::autoclean" => 0,
  "parent" => "0.225"
);


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