# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
use strict;
use warnings;
use ExtUtils::MakeMaker ;
my %WriteMakefileArgs = (
"ABSTRACT" => "Keep track of and report on changes to a DBIC row object.",
"AUTHOR" => "Johan Lindstrom <johanl\@cpan.org> - on behalf of Net-A-Porter",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "DBIx-Class-Row-Delta",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "DBIx::Class::Row::Delta",
"PREREQ_PM" => {
"Moose" => 0
},
"TEST_REQUIRES" => {
"Test::Class" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "0.0.5",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Moose" => 0,
"Test::Class" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"parent" => 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);