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

use 5.008_001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Get Whois information of domains and IP addresses.",
  "AUTHOR" => "Alexander Nalobin <alexander\@nalobin.ru>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Net-Whois-Raw",
  "EXE_FILES" => [
    "bin/pwhois",
    "bin/pwhois"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008_001",
  "NAME" => "Net::Whois::Raw",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Data::Dumper" => 0,
    "Encode" => 0,
    "File::Temp" => 0,
    "Getopt::Long" => 0,
    "HTTP::Headers" => 0,
    "HTTP::Request" => 0,
    "IO::Socket::IP" => 0,
    "LWP::UserAgent" => 0,
    "Net::IDN::Punycode" => 0,
    "Regexp::IPv6" => 0,
    "URI::URL" => 0,
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Temp" => 0,
    "Socket" => 0,
    "Test::More" => 0,
    "Test::RequiresInternet" => 0
  },
  "VERSION" => "2.99009",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Data::Dumper" => 0,
  "Encode" => 0,
  "File::Temp" => 0,
  "Getopt::Long" => 0,
  "HTTP::Headers" => 0,
  "HTTP::Request" => 0,
  "IO::Socket::IP" => 0,
  "LWP::UserAgent" => 0,
  "Net::IDN::Punycode" => 0,
  "Regexp::IPv6" => 0,
  "Socket" => 0,
  "Test::More" => 0,
  "Test::RequiresInternet" => 0,
  "URI::URL" => 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);