From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use 5.010000;
WriteMakefile(
NAME => 'HTML::FormHandler::View::Email',
VERSION_FROM => 'lib/HTML/FormHandler/View/Email.pm',
PREREQ_PM => {
'Moose' => 0,
'Email::Sender::Simple' => 0,
'Email::Simple::Creator' => 0,
'Email::Sender::Transport::SMTP' => 0,
'Email::Simple' => 0,
'HTML::FormHandler::Moose' => 0,
'HTML::FormHandler' => 0,
},
($] >= 5.005 ?
(ABSTRACT_FROM => 'lib/HTML/FormHandler/View/Email.pm',
AUTHOR => 'aesop <aesop@unicornmob.com>') : ()),
);