use strict; use inc::Module::Install; name 'POE-Component-Client-NRPE'; author 'Chris Williams '; license 'perl'; auto_license holder => 'Chris Williams, Apocalypse, Rocco Caputo and STIC GmbH'; perl_version '5.006'; version_from 'lib/POE/Component/Client/NRPE.pm'; abstract_from 'lib/POE/Component/Client/NRPE.pm'; build_requires 'Test::More' => 0.47; build_requires 'Test::POE::Server::TCP' => 0.16; requires 'Carp' => 0; requires 'Socket' => 0; requires 'POE' => 1.004; requires 'Net::SSLeay' => 1.30; requires 'POE::Component::SSLify' => 0.15; auto_provides; githubmeta; WriteAll();