The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Geocode coordinates and addresses with the OpenCage Geocoder",
  "AUTHOR" => "edf <edf\@opencagedata.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Geo-Coder-OpenCage",
  "LICENSE" => "perl",
  "NAME" => "Geo::Coder::OpenCage",
  "PREREQ_PM" => {
    "Carp" => 0,
    "HTTP::Tiny" => 0,
    "JSON" => "2.94",
    "JSON::XS" => "3.04",
    "Pod::Perldoc" => "3.21",
    "URI" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Exception" => "0.32",
    "Test::More" => "0.92",
    "Test::Pod" => "1.51",
    "Test::Warn" => 0
  },
  "VERSION" => "0.14",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "HTTP::Tiny" => 0,
  "JSON" => "2.94",
  "JSON::XS" => "3.04",
  "Pod::Perldoc" => "3.21",
  "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);