1Module::CPANTS::KwaliteUes(e3r)Contributed Perl DocumentMaotdiuolne::CPANTS::Kwalitee(3)
2
3
4
6 Module::CPANTS::Kwalitee - Interface to Kwalitee generators
7
9 my $mck = Module::CPANTS::Kwalitee->new;
10 my @generators = $mck->generators;
11
13 Methods
14 new
15
16 Plain old constructor.
17
18 Loads all Plugins.
19
20 get_indicators
21
22 Get the list of all Kwalitee indicators, either as an ARRAY or
23 ARRAYREF.
24
25 get_indicators_hash
26
27 Get the list of all Kwalitee indicators as an HASHREF.
28
29 core_indicator_names
30
31 Get a list of core indicator names (NOT the whole indicator HASHREF).
32
33 optional_indicator_names
34
35 Get a list of optional indicator names (NOT the whole indicator
36 HASHREF).
37
38 experimental_indicator_names
39
40 Get a list of experimental indicator names (NOT the whole indicator
41 HASHREF).
42
43 all_indicator_names
44
45 Get a list of all indicator names (NOT the whole indicator HASHREF).
46
47 available_kwalitee
48
49 Get the number of available kwalitee points
50
51 total_kwalitee
52
53 Get the total number of kwalitee points. This is bigger the
54 available_kwalitee as some kwalitee metrics are marked as 'extra' (e.g.
55 "is_prereq").
56
58 Module::CPANTS::Analyse
59
61 Thomas Klausner <https://metacpan.org/author/domm>
62
64 Copyright © 2003–2006, 2009 Thomas Klausner
65 <https://metacpan.org/author/domm>
66
67 You may use and distribute this module according to the same terms that
68 Perl is distributed under.
69
70
71
72perl v5.28.1 2019-02-03 Module::CPANTS::Kwalitee(3)