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::Files - Check for various files

Author

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

Description

Methodsorder

       Defines the order in which Kwalitee tests should be run.

       Returns 15, as data generated by "MCK::Files" is used by all other tests.

       analyse

       "MCK::Files" uses "File::Find::Object" to get a list of all files and directories in a distribution. It
       checks if certain crucial files are there, and does some other file-specific stuff.

       kwalitee_indicators

       Returns the Kwalitee Indicators data structure.

       •   has_readme

       •   has_manifest

       •   has_meta_yml

       •   has_buildtool

       •   has_changelog

       •   no_symlinks

       •   has_tests

       •   has_tests_in_t_dir

       •   no_stdin_for_prompting

Name

       Module::CPANTS::Kwalitee::Files - Check for various files

See Also

       Module::CPANTS::Analyse

Synopsis

       Find various files and directories that should be part of every self-respecting distribution.

See Also