Adding makefile.

This commit is contained in:
sergiotarxz 2020-12-26 03:21:12 +01:00
parent 43bc285510
commit 6f850fb967
Signed by untrusted user who does not match committer: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 6 additions and 0 deletions

6
Makefile.PL Normal file
View File

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