logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Module::CPANTS::Kwalitee::FindModules - Find modules provided by a dist

Author

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

Description

Methodsorder

       Defines the order in which Kwalitee tests should be run.

       Returns 30, as data generated by "MCK::FindModules" is used by other tests.

       analyse

       "MCK::FindModules" first looks in "basedir" and lib/ for "*.pm" files. If it doesn't find any, it looks
       in the whole dist, but the "proper_libs" kwalitee point is only awarded if the modules are lib/ or
       there's only one module in "basedir".

       kwalitee_indicators

       Returns the Kwalitee Indicators data structure.

       •   proper_libs

Name

       Module::CPANTS::Kwalitee::FindModules - Find modules provided by a dist

See Also

       Module::CPANTS::Analyse

Synopsis

       Finds and reports all modules (i.e. *.pm files) in a distribution.

See Also