cualsea/cualsea-server/Makefile.PL

11 lines
248 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' },
);