The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.35
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::Whois::Raw',
          'VERSION_FROM' => 'lib/Net/Whois/Raw.pm',
          'PREREQ_PM' => {
                           'Encode' => 0,
                           'Getopt::Long' => '2',
                           'HTTP::Headers' => 0,
                           'HTTP::Request' => 0,
                           'LWP::UserAgent' => 0,
                           'Test::More' => 0,
                           'URI::URL' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'pwhois'
                         ],
          'PL_FILES' => {}
        )
;