7 lines
94 B
Perl
7 lines
94 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
NAME => 'Peertube::DL',
|
|
VERSION => '0.1',
|
|
);
|