cpansign
module to manipulate CPAN SIGNATURE files
Install
- All systems
-
curl cmd.cat/cpansign.sh
- Debian
-
apt-get install libmodule-signature-perl
- Ubuntu
-
apt-get install libmodule-signature-perl
- Kali Linux
-
apt-get install libmodule-signature-perl
- CentOS
-
yum install perl-Module-Signature
- Fedora
-
dnf install perl-Module-Signature
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmodule-signature-perl
- Raspbian
-
apt-get install libmodule-signature-perl
- Dockerfile
- dockerfile.run/cpansign
libmodule-signature-perl
module to manipulate CPAN SIGNATURE files
Module::Signature is a Perl module that adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. It also includes various tools to sign distributions and to verify signatures and supports using many different cryptographic hashing algorithms.