Adding the stash tthe render call of TT. Right now this requires TT, but will change...
[catagits/Catalyst-View-Email.git] / Makefile.PL
CommitLineData
529915ab 1use inc::Module::Install;
2
3name 'Catalyst-View-Email';
4all_from 'lib/Catalyst/View/Email.pm';
5
6requires 'Catalyst' => '5.7';
7requires 'Class::C3';
8
9requires 'Email::Send' => '2.185';
10requires 'Email::MIME' => '1.859';
11requires 'Email::MIME::Creator' => '1.453';
12
13auto_install;
14WriteAll;