# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Tie Redis to HashRef or ArrayRef",
"AUTHOR" => "David Zurborg <zurborg\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Tie-Redis-Candy",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Tie::Redis::Candy",
"PREREQ_PM" => {
"CBOR::XS" => 0,
"Carp" => 0,
"Exporter" => 0,
"Redis" => 0,
"Tie::Array" => 0,
"Tie::Hash" => 0,
"base" => 0,
"strictures" => 2
},
"TEST_REQUIRES" => {
"Scalar::Util" => 0,
"Test::Mock::Redis" => 0,
"Test::More" => 0
},
"VERSION" => "1.001",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"CBOR::XS" => 0,
"Carp" => 0,
"Exporter" => 0,
"Redis" => 0,
"Scalar::Util" => 0,
"Test::Mock::Redis" => 0,
"Test::More" => 0,
"Tie::Array" => 0,
"Tie::Hash" => 0,
"base" => 0,
"strictures" => 2
);
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);