Module::CPANTS::Kwalitee::Uses - Checks which modules are used


Back to Top


NAME

Module::CPANTS::Kwalitee::Uses - Checks which modules are used

Back to Top


SYNOPSIS

Check which modules are actually used in the code.

Back to Top


DESCRIPTION

Methods

order

Defines the order in which Kwalitee tests should be run.

Returns 100.

analyse

MCK::Uses uses Module::ExtractUse to find all use statements in code (actual code and tests).

kwalitee_indicators

Returns the Kwalitee Indicators datastructure.

Back to Top


SEE ALSO

the Module::CPANTS::Analyse manpage

Back to Top


AUTHOR

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

Back to Top


COPYRIGHT

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

Back to Top

 Module::CPANTS::Kwalitee::Uses - Checks which modules are used