forked from sergiotarxz/Peertube-dl
10 lines
217 B
Perl
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' },
|
|
);
|