aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Module-Signature/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.41Mathieu Arnold2004-08-271-0/+2
| | | | | | | | | PR: 70258 Submitted by: skv Approved by: maintainer timeout Notes: svn path=/head/; revision=117411
* New port: p5-Module-Signature.Dmitry Sivachenko2003-08-281-0/+10
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. Submitted by: autrijus@autrijus.org Notes: svn path=/head/; revision=87840