The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

cpansign - CPAN signature management utility

SYNOPSIS

    % cpansign          # DWIM: verify an existing SIGNATURE, or
                                make a new one if none exists 

    % cpansign sign     # make signature; overwrites existing one
    % cpansign -s       # same thing

    % cpansign verify   # verify a signature
    % cpansign -v       # same thing

    % cpansign help     # display this documentation
    % cpansign -h       # same thing

DESCRIPTION

This utility lets you create and verify SIGNATURE files.

SEE ALSO

Module::Signature

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.

See http://www.perl.com/perl/misc/Artistic.html