diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..3ad9a23 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,5 @@ +bin/peertube-dl +LICENSE +Makefile.PL +MANIFEST This list of files +README.md diff --git a/Makefile.PL b/Makefile.PL index c53cde6..0a93640 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,7 @@ use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Peertube::DL', - VERSION => '0.1', + NAME => 'Peertube::DL', + VERSION => '0.1', + INST_SCRIPT => './bin' );