cpan-upload
module to upload packages to the CPAN
Install
- All systems
-
curl cmd.cat/cpan-upload.sh
- Debian
-
apt-get install libcpan-uploader-perl
- Ubuntu
-
apt-get install libcpan-uploader-perl
- Kali Linux
-
apt-get install libcpan-uploader-perl
- Fedora
-
dnf install libcpan-uploader-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcpan-uploader-perl
- Raspbian
-
apt-get install libcpan-uploader-perl
- Dockerfile
- dockerfile.run/cpan-upload
libcpan-uploader-perl
module to upload packages to the CPAN
CPAN::Uploader is a Perl module which allows developers to upload their modules and packages to the Comprehensive Perl Archive Network (CPAN) via the [Perl programming] Authors Upload Server (more commonly known as PAUSE). It provides a direct programmatic interface via a singleton class, but also includes a command-line utility called `cpan-upload' to do the same.