openbsd-ports/security/p5-Module-Signature/pkg/DESCR
bluhm 0dff7e38e8 Module::Signature adds cryptographic authentications to CPAN
distributions, via the special SIGNATURE file.
2008-07-19 12:12:53 +00:00

8 lines
298 B
Plaintext

Module::Signature adds cryptographic authentications to CPAN
distributions, via the special SIGNATURE file.
You should add the module signature keys to your public keyring:
gpg --import ${PREFIX}/share/p5-Module-Signature/*.pub
Use cpansign -v to verify a module's signature before you build it.