1CPANSIGN(1) User Contributed Perl Documentation CPANSIGN(1)
2
3
4
6 cpansign - CPAN signature management utility
7
9 % cpansign # verify an existing SIGNATURE, or
10 # make a new one if none exists
11
12 % cpansign file.par # verify or sign a PAR file
13
14 % cpansign sign # make signature; overwrites existing one
15 % cpansign -s # same thing
16
17 % cpansign verify # verify a signature
18 % cpansign -v # same thing
19 % cpansign -v --skip # ignore files in MANIFEST.SKIP
20
21 % cpansign help # display this documentation
22 % cpansign -h # same thing
23
25 This utility lets you create and verify SIGNATURE files.
26
28 Module::Signature
29
31 Audrey Tang <autrijus@autrijus.org>
32
34 This work is under the CC0 1.0 Universal license.
35
36 To the extent possible under law, 唐鳳 has waived all copyright and
37 related or neighboring rights to Module-Signature.
38
39 This work is published from Taiwan.
40
41 <http://creativecommons.org/publicdomain/zero/1.0>
42
43
44
45perl v5.28.1 2018-08-26 CPANSIGN(1)