-
-
18 Dec 2021 03:39:32 UTC
- Distribution: Module-Signature
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (27)
- Testers (904 / 0 / 2)
- Kwalitee
Bus factor: 2- License: unrestricted
- Perl: v5.5.0
- Activity
24 month- Tools
- Download (96.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Temp
- IO::Socket::INET
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
cpansign - CPAN signature management utility
SYNOPSIS
% cpansign # verify an existing SIGNATURE, or # make a new one if none exists % cpansign file.par # verify or sign a PAR file % cpansign sign # make signature; overwrites existing one % cpansign -s # same thing % cpansign verify # verify a signature % cpansign -v # same thing % cpansign -v --skip # ignore files in MANIFEST.SKIP % cpansign help # display this documentation % cpansign -h # same thing
DESCRIPTION
This utility lets you create and verify SIGNATURE files.
SEE ALSO
AUTHORS
Audrey Tang <autrijus@autrijus.org>
LICENSE
This work is under the CC0 1.0 Universal license.
To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to Module-Signature.
This work is published from Taiwan.
Module Install Instructions
To install Module::Signature, copy and paste the appropriate command in to your terminal.
cpanm Module::Signature
perl -MCPAN -e shell install Module::Signature
For more information on module installation, please visit the detailed CPAN module installation guide.