From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use 5.012000;
my %WriteMakefileArgs = (
"ABSTRACT" => "Quickly start a db server.",
"AUTHOR" => "Chad Granum <exodist\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "DBIx-QuickDB",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.012000",
"NAME" => "DBIx::QuickDB",
"PREREQ_PM" => {
"Capture::Tiny" => "0.20",
"Carp" => 0,
"Digest::SHA" => 0,
"Fcntl" => 0,
"File::Copy::Recursive" => 0,
"File::Path" => 0,
"File::Temp" => 0,
"IPC::Cmd" => 0,
"Importer" => "0.024",
"Module::Pluggable" => "2.7",
"POSIX" => 0,
"Scalar::Util" => 0,
"Test2" => "1.302120",
"Test2::API" => "1.302120",
"Test2::V0" => "0.000097",
"Test::More" => "1.302120",
"Time::HiRes" => 0,
"parent" => 0
},
"VERSION" => "0.000037",
"test" => {
"TESTS" => "t/*.t t/Drivers/*.t t/Pool/*.t t/QuickDB/*.t t/Tools/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => "0.20",
"Carp" => 0,
"Digest::SHA" => 0,
"Fcntl" => 0,
"File::Copy::Recursive" => 0,
"File::Path" => 0,
"File::Temp" => 0,
"IPC::Cmd" => 0,
"Importer" => "0.024",
"Module::Pluggable" => "2.7",
"POSIX" => 0,
"Scalar::Util" => 0,
"Test2" => "1.302120",
"Test2::API" => "1.302120",
"Test2::V0" => "0.000097",
"Test::More" => "1.302120",
"Time::HiRes" => 0,
"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);