# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.040.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "A wrapper around Gearmans administrative protocol",
"AUTHOR" => "Moritz Grosch <moritz.grosch\@autinity.de>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Net-Gearman-Administrative",
"LICENSE" => "perl",
"NAME" => "Net::Gearman::Administrative",
"PREREQ_PM" => {},
"VERSION" => "0.00101",
"test" => {
"TESTS" => ""
}
);
my %FallbackPrereqs = ();
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);