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::BrokenInstaller - Check for broken Module::Install

Author

       Steffen Müller <https://metacpan.org/author/smueller>

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

Description

Methodsorder

       Defines the order in which Kwalitee tests should be run.

       Returns 100, as data generated by this should not be used by any other tests.

       analyse

       "MCK::BrokenInstaller" checks whether the distribution uses Module::Install and if so whether it uses a
       reasonably current version of it (0.61 or later).

       It also checks whether the Makefile.PL uses the "auto_install" feature.  If so, "Module::Install" should
       be at least version 0.64.

       kwalitee_indicators

       Returns the Kwalitee Indicators data structure.

       •   no_broken_module_install

       •   no_broken_auto_install

Name

       Module::CPANTS::Kwalitee::BrokenInstaller - Check for broken Module::Install

See Also

       Module::CPANTS::Analyse

Synopsis

       Find out whether the distribution uses an outdated version of Module::Install.

See Also