use inc::Module::Install; name 'Egg-Plugin-Log-Syslog'; all_from 'lib/Egg/Plugin/Log/Syslog.pm'; version_from 'lib/Egg/Plugin/Log/Syslog.pm'; abstract_from 'lib/Egg/Plugin/Log/Syslog.pm'; author 'Masatoshi Mizuno ElusheE<64>cpan.orgE'; license 'perl'; requires 'Egg::Release' => 2.26; build_requires 'Test::More'; build_requires 'Test::Pod'; # build_requires 'Test::Perl::Critic'; # build_requires 'Test::Pod::Coverage'; use_test_base; auto_include; WriteAll;