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