# Note: this file was auto-generated by Module::Build::Compat version 0.35 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::Whois::Gateway::Server', 'VERSION_FROM' => 'lib/Net/Whois/Gateway/Server.pm', 'PREREQ_PM' => { 'Net::Ifconfig::Wrapper' => 0, 'POE' => 0, 'POE::Component::Client::Whois::Smart' => '0.11', 'POE::Component::Server::TCP' => 0, 'POE::Filter::Reference' => 0, 'Proc::Daemon' => 0, 'Proc::PID::File' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'script/whois-gateway-d' ], 'PL_FILES' => {} ) ;