You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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'}
|
|
);
|