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 ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Tools to make migrating your DBIx::Class databases easier",
  "AUTHOR" => "John Napiorkowski <jjnapiork\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "DBIx-Class-Migration",
  "EXE_FILES" => [
    "bin/dbic-migration"
  ],
  "LICENSE" => "perl",
  "NAME" => "DBIx::Class::Migration",
  "PREREQ_PM" => {
    "Class::Load" => "0.22",
    "Config::MySQL" => "0.02",
    "DBD::SQLite" => "1.46",
    "DBIx::Class::DeploymentHandler" => "0.002221",
    "DBIx::Class::Fixtures" => "1.001028",
    "DBIx::Class::Schema::Loader" => "0.07042",
    "Devel::PartialDump" => "0.17",
    "File::Copy" => 0,
    "File::Path" => 0,
    "File::ShareDir::ProjectDistDir" => "1.000004",
    "File::Spec" => 0,
    "File::Temp" => 0,
    "JSON::MaybeXS" => 0,
    "Moose" => "2.2006",
    "MooseX::Attribute::ENV" => "0.02",
    "MooseX::Getopt" => "0.68",
    "MooseX::Traits::Pluggable" => "0.12",
    "MooseX::Types" => "0.45",
    "MooseX::Types::LoadableClass" => "0.013",
    "Pod::Parser" => "1.63",
    "SQL::Translator" => "0.11021",
    "Text::Brew" => "0.02",
    "version" => "0.9912"
  },
  "TEST_REQUIRES" => {
    "File::Path" => 0,
    "File::Spec::Functions" => 0,
    "Test::Most" => "0.34",
    "Test::Requires" => "0.10"
  },
  "VERSION" => "0.060",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Class::Load" => "0.22",
  "Config::MySQL" => "0.02",
  "DBD::SQLite" => "1.46",
  "DBIx::Class::DeploymentHandler" => "0.002221",
  "DBIx::Class::Fixtures" => "1.001028",
  "DBIx::Class::Schema::Loader" => "0.07042",
  "Devel::PartialDump" => "0.17",
  "File::Copy" => 0,
  "File::Path" => 0,
  "File::ShareDir::ProjectDistDir" => "1.000004",
  "File::Spec" => 0,
  "File::Spec::Functions" => 0,
  "File::Temp" => 0,
  "JSON::MaybeXS" => 0,
  "Moose" => "2.2006",
  "MooseX::Attribute::ENV" => "0.02",
  "MooseX::Getopt" => "0.68",
  "MooseX::Traits::Pluggable" => "0.12",
  "MooseX::Types" => "0.45",
  "MooseX::Types::LoadableClass" => "0.013",
  "Pod::Parser" => "1.63",
  "SQL::Translator" => "0.11021",
  "Test::Most" => "0.34",
  "Test::Requires" => "0.10",
  "Text::Brew" => "0.02",
  "version" => "0.9912"
);


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