website/Makefile.PL

17 lines
374 B
Perl

use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
VERSION => '0.01',
PREREQ_PM => {
'Mojolicious' => '9.27',
'Email::MIME' => '1.952',
'Email::Sender::Simple' => '2.500',
'File::ChangeNotify' => '0.31',
'Net::LDAPS' => '0.68',
},
test => {TESTS => 't/*.t'}
);