website/Makefile.PL

13 lines
173 B
Perl

use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
VERSION => '0.01',
PREREQ_PM => {
'Mojolicious' => '9.27'
},
test => {TESTS => 't/*.t'}
);