Adding makefile.

This commit is contained in:
sergiotarxz 2020-12-26 03:21:12 +01:00
parent 43bc285510
commit 6f850fb967
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2

6
Makefile.PL Normal file
View File

@ -0,0 +1,6 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Peertube::DL',
VERSION => '0.1',
);