use
5.012;
my
%WriteMakefileArgs
= (
"ABSTRACT"
=>
"Avalara SOAP interface as compiled Perl methods"
,
"AUTHOR"
=>
"Mark Gardner <mjgardner\@cpan.org>"
,
"CONFIGURE_REQUIRES"
=> {
"ExtUtils::MakeMaker"
=> 0
},
"DISTNAME"
=>
"WebService-Avalara-AvaTax"
,
"EXE_FILES"
=> [],
"LICENSE"
=>
"perl"
,
"MIN_PERL_VERSION"
=>
"5.012"
,
"NAME"
=>
"WebService::Avalara::AvaTax"
,
"PREREQ_PM"
=> {
"Const::Fast"
=> 0,
"English"
=> 0,
"LWP::Protocol::https"
=> 0,
"LWPx::UserAgent::Cached"
=> 0,
"Log::Report"
=> 0,
"Modern::Perl"
=> 0,
"Moo"
=> 0,
"Moo::Role"
=> 0,
"MooX::Types::MooseLike::Email"
=> 0,
"Package::Stash"
=> 0,
"Scalar::Util"
=> 0,
"Sys::Hostname"
=> 0,
"Types::Standard"
=> 0,
"URI"
=> 0,
"XML::Compile::SOAP11"
=> 0,
"XML::Compile::SOAP12"
=> 0,
"XML::Compile::SOAP::WSS"
=> 0,
"XML::Compile::Transport::SOAPHTTP"
=> 0,
"XML::Compile::WSDL11"
=> 0,
"namespace::clean"
=> 0,
"utf8"
=> 0
},
"TEST_REQUIRES"
=> {
"Carp"
=> 0,
"File::Spec"
=> 0,
"IO::Handle"
=> 0,
"IPC::Open3"
=> 0,
"List::MoreUtils"
=> 0,
"List::Util"
=>
"1.33"
,
"Test::More"
=>
"0.94"
,
"Test::RequiresInternet"
=> 0,
"strict"
=> 0,
"warnings"
=> 0
},
"VERSION"
=>
"0.003"
,
"test"
=> {
"TESTS"
=>
"t/*.t"
}
);
my
%FallbackPrereqs
= (
"Carp"
=> 0,
"Const::Fast"
=> 0,
"English"
=> 0,
"ExtUtils::MakeMaker"
=> 0,
"File::Spec"
=> 0,
"IO::Handle"
=> 0,
"IPC::Open3"
=> 0,
"LWP::Protocol::https"
=> 0,
"LWPx::UserAgent::Cached"
=> 0,
"List::MoreUtils"
=> 0,
"List::Util"
=>
"1.33"
,
"Log::Report"
=> 0,
"Modern::Perl"
=> 0,
"Moo"
=> 0,
"Moo::Role"
=> 0,
"MooX::Types::MooseLike::Email"
=> 0,
"Package::Stash"
=> 0,
"Scalar::Util"
=> 0,
"Sys::Hostname"
=> 0,
"Test::More"
=>
"0.94"
,
"Test::RequiresInternet"
=> 0,
"Types::Standard"
=> 0,
"URI"
=> 0,
"XML::Compile::SOAP11"
=> 0,
"XML::Compile::SOAP12"
=> 0,
"XML::Compile::SOAP::WSS"
=> 0,
"XML::Compile::Transport::SOAPHTTP"
=> 0,
"XML::Compile::WSDL11"
=> 0,
"namespace::clean"
=> 0,
"strict"
=> 0,
"utf8"
=> 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
);