Geo-Coder-OpenCage
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.037
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Forward and reverse geocoding with the OpenCage Geocoding API",
"AUTHOR" => "Ed Freyfogle <cpan\@opencagedata.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Geo-Coder-OpenCage",
"LICENSE" => "perl",
"NAME" => "Geo::Coder::OpenCage",
"PREREQ_PM" => {
"Carp" => 0,
"Cpanel::JSON::XS" => "4.21",
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => "2.068",
"JSON::MaybeXS" => "1.004003",
"Pod::Perldoc" => "3.21",
"URI" => 0
},
"TEST_REQUIRES" => {
"LWP::Protocol::https" => "6.10",
"LWP::UserAgent" => "6.55",
"Net::Ping" => "2.73",
"Scalar::Util" => 0,
"Test::Exception" => "0.32",
"Test::More" => "0.92",
"Test::Pod" => "1.51",
"Test::Warn" => 0
},
"VERSION" => "0.39",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Cpanel::JSON::XS" => "4.21",
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => "2.068",
"JSON::MaybeXS" => "1.004003",
"LWP::Protocol::https" => "6.10",
"LWP::UserAgent" => "6.55",
"Net::Ping" => "2.73",
"Pod::Perldoc" => "3.21",
"Scalar::Util" => 0,
"Test::Exception" => "0.32",
"Test::More" => "0.92",
"Test::Pod" => "1.51",
"Test::Warn" => 0,
"URI" => 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);
( run in 0.641 second using v1.01-cache-2.11-cpan-39bf76dae61 )