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 5.012;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "take structured address data and format it according to the various global/country rules",
  "AUTHOR" => "edf <edf\@opencagedata.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Geo-Address-Formatter",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.012",
  "NAME" => "Geo::Address::Formatter",
  "PREREQ_PM" => {
    "Clone" => 0,
    "Data::Dumper" => 0,
    "File::Basename" => 0,
    "File::Find::Rule" => 0,
    "File::Slurper" => 0,
    "File::Spec" => 0,
    "List::Util" => 0,
    "Scalar::Util" => 0,
    "Test::Exception" => 0,
    "Test::LWP::Recorder" => 0,
    "Test::More" => "0.88",
    "Test::Warn" => 0,
    "Text::Hogan" => "1.01",
    "Text::Trim" => "1.02",
    "Try::Tiny" => 0,
    "YAML" => 0
  },
  "VERSION" => "1.64",
  "test" => {
    "TESTS" => "t/blackbox/*.t t/unit/*.t"
  }
);


my %FallbackPrereqs = (
  "Clone" => 0,
  "Data::Dumper" => 0,
  "File::Basename" => 0,
  "File::Find::Rule" => 0,
  "File::Slurper" => 0,
  "File::Spec" => 0,
  "List::Util" => 0,
  "Scalar::Util" => 0,
  "Test::Exception" => 0,
  "Test::LWP::Recorder" => 0,
  "Test::More" => "0.88",
  "Test::Warn" => 0,
  "Text::Hogan" => "1.01",
  "Text::Trim" => "1.02",
  "Try::Tiny" => 0,
  "YAML" => 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);