Peertube-dl/Makefile.PL

10 lines
217 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Peertube::DL',
VERSION => '0.1',
INST_SCRIPT => './bin',
test => { TESTS => 't/*.t' },
test => { TESTS => 't/*/*.t' },
);