use warnings; use strict; use ExtUtils::MakeMaker; eval "use ExtUtils::MakeMaker::Coverage;"; WriteMakefile( NAME => 'POE::Component::Generic', AUTHOR => 'Philip Gwyn ', ABSTRACT => 'Generic non-blocking POE interface to any OO-module', VERSION_FROM => 'lib/POE/Component/Generic.pm', # finds $VERSION PREREQ_PM => { 'Test::More' => 0.32, 'POE' => 0.31, 'Devel::Symdump' => undef, 'Carp' => undef, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, );