GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::CPANTS::Kwalitee(3) User Contributed Perl Documentation Module::CPANTS::Kwalitee(3)

Module::CPANTS::Kwalitee - Interface to Kwalitee generators

  my $mck = Module::CPANTS::Kwalitee->new;
  my @generators = $mck->generators;

new

Plain old constructor.

Loads all Plugins.

get_indicators

Get the list of all Kwalitee indicators, either as an ARRAY or ARRAYREF.

get_indicators_hash

Get the list of all Kwalitee indicators as an HASHREF.

core_indicator_names

Get a list of core indicator names (NOT the whole indicator HASHREF).

optional_indicator_names

Get a list of optional indicator names (NOT the whole indicator HASHREF).

experimental_indicator_names

Get a list of experimental indicator names (NOT the whole indicator HASHREF).

all_indicator_names

Get a list of all indicator names (NOT the whole indicator HASHREF).

available_kwalitee

Get the number of available kwalitee points

total_kwalitee

Get the total number of kwalitee points. This is bigger the available_kwalitee as some kwalitee metrics are marked as 'extra' (e.g. "is_prereq").

Module::CPANTS::Analyse

Thomas Klausner <https://metacpan.org/author/domm>

Copyright © 2003–2006, 2009 Thomas Klausner <https://metacpan.org/author/domm>

You may use and distribute this module according to the same terms that Perl is distributed under.

2019-08-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.