use inc::Module::Install; name 'POE-Component-Client-Whois'; author 'Chris Williams '; license 'perl'; version_from 'lib/POE/Component/Client/Whois.pm'; abstract_from 'lib/POE/Component/Client/Whois.pm'; build_requires 'Test::More' => 0.47; requires 'warnings' => 0; requires 'Carp' => 0; requires 'Socket' => 0; requires 'POE' => 0.38; requires 'Net::Netmask' => 1.9012; WriteAll();