logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cpansign - CPAN signature management utility

Authors

       Audrey Tang <autrijus@autrijus.org>

Description

       This utility lets you create and verify SIGNATURE files.

License

       This work is under the CC01.0Universal 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.

       <http://creativecommons.org/publicdomain/zero/1.0>

perl v5.40.1                                       2025-03-14                                       CPANSIGN(1p)

Name

       cpansign - CPAN signature management utility

See Also

       Module::Signature

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

See Also