NAME
Module::Signature - Module signature file manipulation
VERSION
This document describes version 0.03 of Module::Signature.
SYNOPSIS
As a shell command:
% cpansign
% cpansign sign # ditto
% cpansign verify # verify a signature
In programs:
use Module::Signature qw(sign verify);
sign();
verify();
DESCRIPTION
Module::Signature adds cryptographic authentications to CPAN distribution files, via the special SIGNATURE file.
SEE ALSO
ExtUtils::Manifest, Crypt::OpenPGP
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.