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 v5.020.
use strict;
use warnings;

use 5.010000;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Read MaxMind DB files and look up IP addresses",
  "AUTHOR" => "Dave Rolsky <drolsky\@maxmind.com>, Olaf Alders <oalders\@maxmind.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "MaxMind-DB-Reader",
  "EXE_FILES" => [
    "bin/mmdb-dump-database",
    "bin/mmdb-dump-metadata",
    "bin/mmdb-dump-search-tree",
    "bin/mmdb-verify-database"
  ],
  "LICENSE" => "artistic_2",
  "NAME" => "MaxMind::DB::Reader",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Data::IEEE754" => 0,
    "Data::Printer" => 0,
    "Data::Validate::IP" => "0.16",
    "DateTime" => 0,
    "Encode" => 0,
    "Getopt::Long" => 0,
    "IO::File" => 0,
    "IO::Handle" => 0,
    "JSON::PP" => 0,
    "List::AllUtils" => 0,
    "Math::Int128" => 0,
    "MaxMind::DB::Common" => "0.031000",
    "MaxMind::DB::Metadata" => 0,
    "MaxMind::DB::Role::Debugs" => 0,
    "MaxMind::DB::Types" => 0,
    "Module::Implementation" => 0,
    "Moo" => "1.003000",
    "Moo::Role" => 0,
    "MooX::StrictConstructor" => 0,
    "Net::Works::Address" => "0.12",
    "Net::Works::Network" => 0,
    "Role::Tiny" => "1.003002",
    "Try::Tiny" => 0,
    "autodie" => 0,
    "bytes" => 0,
    "constant" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Exporter" => 0,
    "Path::Class" => 0,
    "Scalar::Util" => 0,
    "Test::Bits" => 0,
    "Test::Fatal" => 0,
    "Test::MaxMind::DB::Common::Data" => 0,
    "Test::MaxMind::DB::Common::Util" => 0,
    "Test::More" => 0,
    "Test::Number::Delta" => 0,
    "lib" => 0,
    "utf8" => 0
  },
  "VERSION" => "1.000000",
  "test" => {
    "TESTS" => "t/*.t t/MaxMind/DB/*.t t/MaxMind/DB/Reader/*.t t/MaxMind/DB/Reader/Decoder-types/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Data::IEEE754" => 0,
  "Data::Printer" => 0,
  "Data::Validate::IP" => "0.16",
  "DateTime" => 0,
  "Encode" => 0,
  "Exporter" => 0,
  "Getopt::Long" => 0,
  "IO::File" => 0,
  "IO::Handle" => 0,
  "JSON::PP" => 0,
  "List::AllUtils" => 0,
  "Math::Int128" => 0,
  "MaxMind::DB::Common" => "0.031000",
  "MaxMind::DB::Metadata" => 0,
  "MaxMind::DB::Role::Debugs" => 0,
  "MaxMind::DB::Types" => 0,
  "Module::Implementation" => 0,
  "Moo" => "1.003000",
  "Moo::Role" => 0,
  "MooX::StrictConstructor" => 0,
  "Net::Works::Address" => "0.12",
  "Net::Works::Network" => 0,
  "Path::Class" => 0,
  "Role::Tiny" => "1.003002",
  "Scalar::Util" => 0,
  "Test::Bits" => 0,
  "Test::Fatal" => 0,
  "Test::MaxMind::DB::Common::Data" => 0,
  "Test::MaxMind::DB::Common::Util" => 0,
  "Test::More" => 0,
  "Test::Number::Delta" => 0,
  "Try::Tiny" => 0,
  "autodie" => 0,
  "bytes" => 0,
  "constant" => 0,
  "lib" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,
  "utf8" => 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);