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::MetaYML - Checks data available in META.yml

Author

       Thomas Klausner <https://metacpan.org/author/domm> and Gábor Szabó <https://metacpan.org/author/szabgab>

Description

Methodsorder

       Defines the order in which Kwalitee tests should be run.

       Returns 10. "MetaYML" should be checked earlier than "Files" to handle "no_index" correctly.

       analyse

       "MCK::MetaYML" checks "META.yml".

       kwalitee_indicators

       Returns the Kwalitee Indicators data structure.

       •   meta_yml_is_parsable

       •   meta_yml_has_provides

       •   meta_yml_conforms_to_known_spec

       •   meta_yml_declares_perl_version

       •   meta_yml_has_repository_resource

       •   meta_json_is_parsable

       •   meta_json_conforms_to_known_spec

Name

       Module::CPANTS::Kwalitee::MetaYML - Checks data available in META.yml

See Also

       Module::CPANTS::Analyse

Synopsis

       Checks various pieces of information in META.yml

See Also