1CPANTS_LINT(1)        User Contributed Perl Documentation       CPANTS_LINT(1)
2
3
4

NAME

6       cpants_lint.pl - commandline frontend to Module::CPANTS::Analyse
7

SYNOPSIS

9           cpants_lint.pl path/to/Foo-Dist-1.42.tgz
10
11           Options:
12               --help              brief help message
13               --man               full documentation
14               --verbose           print more info during run
15               --no_capture        don't turn on capturing of STDERR and STDOUT
16
17               --dump              dump result using Data::Dumper
18               --yaml              dump result as YAML
19
20               --to_file           dump result to a file
21               --dir               directory to dump files to
22

DESCRIPTION

24       "cpants_lint.pl" checks the Kwalitee of CPAN distributions. More exact,
25       it checks how a given tarball will be rated on
26       "http://cpants.perl.org", without needing to upload it first.
27
28       "cpants_lint.pl" is also used by "cpants.perl.org" itself to check all
29       dists on CPAN.
30
31       For more information on Kwalitee, and the whole of CPANTS, see
32       "http://cpants.perl.org" and / or "Module::CPANTS::Analyse".
33

OPTIONS

35       If neither "--dump" nor "--yaml" are used, a short text describing the
36       Kwalitee of the distribution and hints on how to raise Kwalitee will be
37       displayed. The format of this text can change anytime, so don't use it
38       for any automated processing!
39
40       --help
41
42       Print a brief help message.
43
44       --man
45
46       Print manpage.
47
48       --verbose
49
50       Print some informative messages during testing of dists.
51
52       --no_capture
53
54       Turn off capturing of STDOUT and STDERR. Mostly usefull during
55       debugging / development of new features.
56
57       If "--no_capture" is used, the value of "cpants_error" might be wrong.
58
59       --dump
60
61       Dump the result using Data::Dumper
62
63       --yaml
64
65       Dump the result as YAML.
66
67       --to_file
68
69       Output the result into a file instead of STDOUT.
70
71       The name of the file will be Foo-Dist.yaml (well, the extension depends
72       on the dump format and can be ".yaml", ".dump" or ".txt")
73
74       --dir
75
76       Directory to dump files to. Defaults to the current working directory.
77

AUTHOR

79       Thomas Klausner, <domm@cpan.org>, http://domm.zsi.at
80
82       Copyright (C) 2003-2006, 2009  Thomas Klausner
83
84       You may use and distribute this module according to the same terms that
85       Perl is distributed under.
86
87
88
89perl v5.12.0                      2010-05-03                    CPANTS_LINT(1)
Impressum