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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Simplify the common case stuff for DBIx::Class.",
  "AUTHOR" => "Arthur Axel \"fREW\" Schmidt <frioux+cpan\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "DBIx-Class-Helpers",
  "LICENSE" => "perl",
  "NAME" => "DBIx::Class::Helpers",
  "PREREQ_PM" => {
    "Carp::Clan" => "6.04",
    "DBIx::Class" => "0.0826",
    "DBIx::Class::Candy" => "0.003001",
    "DBIx::Introspector" => "0.001002",
    "Lingua::EN::Inflect" => 0,
    "List::Util" => 0,
    "Module::Runtime" => 0,
    "Moo" => 2,
    "Safe::Isa" => 0,
    "String::CamelCase" => 0,
    "Sub::Exporter::Progressive" => "0.001006",
    "Text::Brew" => 0,
    "Try::Tiny" => 0,
    "namespace::clean" => "0.23",
    "parent" => 0
  },
  "TEST_REQUIRES" => {
    "DBD::SQLite" => 0,
    "DateTime::Format::SQLite" => 0,
    "Test::Deep" => 0,
    "Test::Fatal" => "0.006",
    "Test::More" => "0.94",
    "Test::Roo" => "1.003",
    "aliased" => "0.34"
  },
  "VERSION" => "2.033000",
  "test" => {
    "TESTS" => "t/*.t t/ResultClass/*.t t/ResultSet/*.t t/ResultSet/DateMethods1/*.t t/ResultSet/Shortcut/*.t t/ResultSet/Shortcut/Search/*.t t/Row/*.t t/Schema/*.t t/Schema/Verifier/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp::Clan" => "6.04",
  "DBD::SQLite" => 0,
  "DBIx::Class" => "0.0826",
  "DBIx::Class::Candy" => "0.003001",
  "DBIx::Introspector" => "0.001002",
  "DateTime::Format::SQLite" => 0,
  "Lingua::EN::Inflect" => 0,
  "List::Util" => 0,
  "Module::Runtime" => 0,
  "Moo" => 2,
  "Safe::Isa" => 0,
  "String::CamelCase" => 0,
  "Sub::Exporter::Progressive" => "0.001006",
  "Test::Deep" => 0,
  "Test::Fatal" => "0.006",
  "Test::More" => "0.94",
  "Test::Roo" => "1.003",
  "Text::Brew" => 0,
  "Try::Tiny" => 0,
  "aliased" => "0.34",
  "namespace::clean" => "0.23",
  "parent" => 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);