make it die more.
[catagits/Catalyst-Plugin-Email.git] / Makefile.PL
CommitLineData
5a5a0df4 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Catalyst::Plugin::Email',
5 AUTHOR => 'Sebastian Riedel (sri@oook.de)',
6 PREREQ_PM => {
7 Catalyst => '2.99',
8 Email::Send => 0,
9 Email::MIME => 0,
10 Email::MIME::Creator => 0
11 },
12 VERSION_FROM => 'Email.pm'
13);