The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

Methods

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.

SEE ALSO

Module::CPANTS::Analyse

AUTHOR

Thomas Klausner, <domm@cpan.org>, http://domm.zsi.at

LICENSE

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