# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
use strict;
use warnings;
use 5.010;
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
my %WriteMakefileArgs = (
"ABSTRACT" => "DHL API client, non-blocking",
"AUTHOR" => "Gianni Ceccarelli <dakkar\@thenautilus.net>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "Net-Async-Webservice-DHL",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "Net::Async::Webservice::DHL",
"PREREQ_PM" => {
"DateTime" => 0,
"DateTime::Format::ISO8601" => 0,
"Encode" => 0,
"Error::TypeTiny" => 0,
"File::ShareDir" => 0,
"Future" => 0,
"HTTP::Request" => 0,
"List::AllUtils" => 0,
"Moo" => 0,
"Net::Async::Webservice::Common" => 0,
"Try::Tiny" => 0,
"Type::Library" => 0,
"Type::Params" => 0,
"Type::Utils" => 0,
"Types::DateTime" => 0,
"Types::Standard" => 0,
"Types::URI" => 0,
"XML::Compile::Cache" => 0,
"XML::Compile::Util" => 0,
"XML::LibXML" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Data::Printer" => 0,
"Data::Visitor::Callback" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"HTTP::Response" => 0,
"Test::Deep" => 0,
"Test::File::ShareDir" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Time::HiRes" => 0,
"XML::Simple" => 0,
"lib" => 0
},
"VERSION" => "1.2.2",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Data::Printer" => 0,
"Data::Visitor::Callback" => 0,
"DateTime" => 0,
"DateTime::Format::ISO8601" => 0,
"Encode" => 0,
"Error::TypeTiny" => 0,
"File::ShareDir" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"Future" => 0,
"HTTP::Request" => 0,
"HTTP::Response" => 0,
"List::AllUtils" => 0,
"Moo" => 0,
"Net::Async::Webservice::Common" => 0,
"Test::Deep" => 0,
"Test::File::ShareDir" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Time::HiRes" => 0,
"Try::Tiny" => 0,
"Type::Library" => 0,
"Type::Params" => 0,
"Type::Utils" => 0,
"Types::DateTime" => 0,
"Types::Standard" => 0,
"Types::URI" => 0,
"XML::Compile::Cache" => 0,
"XML::Compile::Util" => 0,
"XML::LibXML" => 0,
"XML::Simple" => 0,
"lib" => 0,
"namespace::autoclean" => 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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}