fixed 07mason.t test \o/
[catagits/Catalyst-View-Email.git] / Makefile.PL
CommitLineData
0a87e7c1 1use inc::Module::Install 0.87;
529915ab 2
3name 'Catalyst-View-Email';
4all_from 'lib/Catalyst/View/Email.pm';
5
6requires 'Catalyst' => '5.7';
7requires 'Class::C3';
6a68a57d 8requires 'parent';
529915ab 9requires 'Email::Send' => '2.185';
10requires 'Email::MIME' => '1.859';
e512f6ca 11requires 'Email::MIME::Creator' => '1.455';
529915ab 12
8b10ee55 13feature 'Template Toolkit Support',
14 -default => 1,
15 'Catalyst::View::TT' => 0;
16
17feature 'Mason Support',
18 -default => 0,
19 'Catalyst::View::Mason';
967acf10 20
95629d46 21feature 'Net::SMTP Support',
22 -default => 0,
23 'MIME::Base64',
24 'Authen::SASL';
25
529915ab 26auto_install;
42c5dbfa 27resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-Email/0.10/';
28
529915ab 29WriteAll;