fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
459 B
Text
10 lines
459 B
Text
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.
|