diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..c53cde6 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,6 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Peertube::DL', + VERSION => '0.1', +);