use 5.006;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'LMAP::CID2SPF',
'VERSION_FROM' => 'CID2SPF.pm', # finds $VERSION
'PREREQ_PM' => {
'XML::Parser' => 2.30,
'Test::More' => 0.40,
},
'ABSTRACT_FROM' => 'CID2SPF.pm', # retrieve abstract from module
'AUTHOR' => 'Ernesto Baschny <ernst@baschny.de>',
'EXE_FILES' => [ 'cid2spf' ],
);