# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
use strict;
use warnings;
use 5.008000;
use ExtUtils::MakeMaker ;
my %WriteMakefileArgs = (
"ABSTRACT" => "Reduces the presence of URLs using http://waa.ai",
"AUTHOR" => "Kovensky <diogomfranco\@gmail.com>",
"CONFIGURE_REQUIRES" => {},
"DISTNAME" => "WWW-Shorten-Akari",
"EXE_FILES" => [],
"LICENSE" => "mit",
"NAME" => "WWW::Shorten::Akari",
"PREREQ_PM" => {
"WWW::Shorten::generic" => 0,
"parent" => 0,
"version" => 0
},
"TEST_REQUIRES" => {
"Test::More" => "0.94"
},
"VERSION" => "v1.2.1",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Test::More" => "0.94",
"WWW::Shorten::generic" => 0,
"parent" => 0,
"version" => 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);