table of contents
other versions
- Tumbleweed 0.930.0-1.2
- Leap-15.6
| CPANSIGN(1) | User Contributed Perl Documentation | CPANSIGN(1) |
NAME¶
cpansign
VERSION¶
version 0.93
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.
NAME¶
cpansign - CPAN signature management utility
SEE ALSO¶
Module::Signature
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.
AUTHOR¶
Audrey Tang <cpan@audreyt.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2025 by waved.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| 2025-06-28 | perl v5.42.0 |