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 all_indicator_names
39
40 Get a list of all indicator names (NOT the whole indicator HASHREF).
41
42 available_kwalitee
43
44 Get the number of available kwalitee points
45
46 total_kwalitee
47
48 Get the total number of kwalitee points. This is bigger the
49 available_kwalitee as some kwalitee metrics are marked as 'extra' (eg
50 is_prereq).
51
53 Module::CPANTS::Analyse
54
56 Thomas Klausner, <domm@cpan.org>, http://domm.zsi.at
57
59 Copyright (C) 2003-2006, 2009 Thomas Klausner
60
61 You may use and distribute this module according to the same terms that
62 Perl is distributed under.
63
64
65
66perl v5.12.0 2010-05-03 Module::CPANTS::Kwalitee(3)