blob: 883d1d182a2f79d696c1e0ed7d4fd3eba5b6120f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Module::Signature adds cryptographic authentications to CPAN
distributions, via the special SIGNATURE file.
If you are a module user, all you have to do is to remember
running "cpansign -v" (or just "cpansign") before issuing
"perl Makefile.PL" or "perl Build.PL"; that will ensure the
distribution has not been tampered with.
For module authors, you'd want to add the SIGNATURE file to
your MANIFEST, then type "cpansign -s" before making a distribution.
WWW: https://metacpan.org/release/Module-Signature
|