use
5.010001;
my
%WriteMakefileArgs
= (
"ABSTRACT"
=>
"POE session to index data to ElasticSearch"
,
"AUTHOR"
=>
"Brad Lhotsky <brad\@divisionbyzero.net>"
,
"CONFIGURE_REQUIRES"
=> {
"ExtUtils::MakeMaker"
=> 0
},
"DISTNAME"
=>
"POE-Component-ElasticSearch-Indexer"
,
"EXE_FILES"
=> [
"bin/file-to-elasticsearch.pl"
],
"LICENSE"
=>
"bsd"
,
"MIN_PERL_VERSION"
=>
"5.010001"
,
"NAME"
=>
"POE::Component::ElasticSearch::Indexer"
,
"PREREQ_PM"
=> {
"Const::Fast"
=> 0,
"Digest::SHA1"
=> 0,
"Fcntl"
=> 0,
"Getopt::Long::Descriptive"
=> 0,
"HTTP::Request"
=> 0,
"Hash::Merge::Simple"
=> 0,
"JSON::MaybeXS"
=> 0,
"List::Util"
=> 0,
"Log::Log4perl"
=> 0,
"Module::Load"
=> 0,
"Module::Loaded"
=> 0,
"POE"
=> 0,
"POE::Component::Client::HTTP"
=> 0,
"POE::Component::Client::Keepalive"
=> 0,
"POE::Wheel::FollowTail"
=> 0,
"POSIX"
=> 0,
"Path::Tiny"
=> 0,
"Pod::Usage"
=> 0,
"Ref::Util"
=> 0,
"Time::HiRes"
=> 0,
"URI"
=> 0,
"YAML"
=> 0,
"strict"
=> 0,
"warnings"
=> 0
},
"TEST_REQUIRES"
=> {
"File::Spec"
=> 0,
"File::Temp"
=> 0,
"IO::Handle"
=> 0,
"IPC::Open3"
=> 0,
"Pod::Coverage::TrustPod"
=> 0,
"Test::More"
=> 0,
"Test::Perl::Critic"
=> 0
},
"VERSION"
=>
"0.009"
,
"test"
=> {
"TESTS"
=>
"t/*.t"
}
);
my
%FallbackPrereqs
= (
"Const::Fast"
=> 0,
"Digest::SHA1"
=> 0,
"Fcntl"
=> 0,
"File::Spec"
=> 0,
"File::Temp"
=> 0,
"Getopt::Long::Descriptive"
=> 0,
"HTTP::Request"
=> 0,
"Hash::Merge::Simple"
=> 0,
"IO::Handle"
=> 0,
"IPC::Open3"
=> 0,
"JSON::MaybeXS"
=> 0,
"List::Util"
=> 0,
"Log::Log4perl"
=> 0,
"Module::Load"
=> 0,
"Module::Loaded"
=> 0,
"POE"
=> 0,
"POE::Component::Client::HTTP"
=> 0,
"POE::Component::Client::Keepalive"
=> 0,
"POE::Wheel::FollowTail"
=> 0,
"POSIX"
=> 0,
"Path::Tiny"
=> 0,
"Pod::Coverage::TrustPod"
=> 0,
"Pod::Usage"
=> 0,
"Ref::Util"
=> 0,
"Test::More"
=> 0,
"Test::Perl::Critic"
=> 0,
"Time::HiRes"
=> 0,
"URI"
=> 0,
"YAML"
=> 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
);