aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: 4c0c64c3f7069b8116565cbc81c0dd35bec13bd1 (plain)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(NAME         => 'SpamCat',
	      VERSION_FROM =>  'lib/SpamCat.pm',
	      EXE_FILES    => ['bin/spamcat'],
              PREREQ_PM    => {'DBI'           => '0',
			       'Email::Simple' => '0',
			       'IO::File'      => '0',
	                       'Test::More'    => '0'});