The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
	      'NAME'	     => 'Watchdog::Service',
	      'DISTNAME'     => 'Watchdog',
	      'VERSION_FROM' => 'Base.pm',
	      'PREREQ_PM'    => { 'Alias' => 0, 'Proc::ProcessTable' => 0, },
	      #'EXE_FILES'    => [ 'bin/dogd', 'bin/httpdog' ],
);