# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::Whois::Raw', 'VERSION_FROM' => 'lib/Net/Whois/Raw.pm', 'PREREQ_PM' => { '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' => {} ) ;