diff --git a/MANIFEST b/MANIFEST index 2162982..bace6a7 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,7 +1,7 @@ .proverc AUTHORS bin/peertube-dl -bin/peertube-dl-web.pl +bin/peertube-dl-web cpanfile lib/Peertube/DL/Downloaders.pm lib/Peertube/DL/URLHandler.pm diff --git a/README.md b/README.md index 8489318..d556e90 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ There is two alternative ways applying to the GNU/Linux OS: # Be aware the apt command applies to Debian/Ubuntu or other distributions using apt as their package manager. # I am not adding instructions to every distro since they can difficult reading this document. # You should use the equivalent packages for your distribution if you are not using a Debian-like distribution of GNU/Linux. -sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl liblwp-protocol-https-perl +sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl liblwp-protocol-https-perl libtest-mockobject-perl libtest-most-perl libmojolicious-perl perl Makefile.PL make +make test make install ``` diff --git a/bin/peertube-dl-web.pl b/bin/peertube-dl-web old mode 100644 new mode 100755 similarity index 98% rename from bin/peertube-dl-web.pl rename to bin/peertube-dl-web index 12a9913..e7457bd --- a/bin/peertube-dl-web.pl +++ b/bin/peertube-dl-web @@ -1,3 +1,4 @@ +#!/usr/bin/env perl use Mojolicious::Lite -signatures; use Peertube::DL::URLHandler;