use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'POE::Component::Client::opentick', AUTHOR => 'Jason McManus (INFIDEL) ', LICENSE => 'perl', VERSION_FROM => 'lib/POE/Component/Client/opentick.pm', ABSTRACT_FROM => 'lib/POE/Component/Client/opentick.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'POE' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'POE-Component-Client-opentick-*' }, );