/usr/local/CPAN/Egg-Plugin-Log-Syslog/Makefile.PL
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 E<lt>lusheE<64>cpan.orgE<gt>';
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;