use strict; use inc::Module::Install; name 'POE-Component-Server-POP3'; author 'Chris Williams '; license 'perl'; auto_license holder => 'Chris Williams'; perl_version '5.006'; version_from 'lib/POE/Component/Server/POP3.pm'; abstract_from 'lib/POE/Component/Server/POP3.pm'; build_requires 'Test::More' => 0.47; requires 'POE' => 0.38; requires 'POE::Wheel::SocketFactory' => 0; requires 'POE::Wheel::ReadWrite' => 0; requires 'POE::Filter::Line' => 0; requires 'POE::Component::Pluggable' => 0.03; makemaker_args(dist => { PREOP => "git log --summary --no-merges --date=short --tags > ./Changes" }); auto_provides; githubmeta; WriteAll();