cualsea/cualsea-server/Makefile.PL

14 lines
304 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Cualsea::Server',
VERSION => '0.1',
INST_SCRIPT => './bin',
INST_BIN => './bin',
test => { TESTS => 't/*.t' },
test => { TESTS => 't/*/*.t' },
PREREQ_PM => {
'DBD::SQLite' => 0,
}
);