The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Module::CPANTS::Kwalitee"

Module::CPANTS::Kwalitee - Interface to Kwalitee generators River stage three • 16 direct dependents • 221 total dependents

Methods new Plain old constructor. Loads all Plugins. get_indicators Get the list of all Kwalitee indicators, either as an ARRAY or ARRAYREF. get_indicators_hash Get the list of all Kwalitee indicators as an HASHREF. core_indicator_names Get a list o...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Pod - Check Pod River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 100. analyse Parses pod to see if it has a proper abstract. kwalitee_indicators Returns the Kwalitee Indicators data structure. * has_abstract_in_pod * no_abstract_stub_in...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Uses - Checks which modules are used River stage three • 16 direct dependents • 221 total dependents

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 data s...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Files - Check for various files River stage three • 16 direct dependents • 221 total dependents

Methods order 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 distributi...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Prereq - Checks listed prerequisites River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 100. analyse Find information on prerequisite distributions from meta files etc. kwalitee_indicators Returns the Kwalitee Indicators data structure....

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::License - Checks if there is a license River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 100. analyse "MCK::License" checks if there's a "license" field "META.yml". Additionally, it looks for a file called LICENSE and a POD section named LICENSE kwalitee_indic...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Version - check versions River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 100. analyse Does nothing now. kwalitee_indicators Returns the Kwalitee Indicators data structure....

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Distros - Information retrieved from the various Linux and other distributions River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. analyse Does nothing now. kwalitee_indicators Returns the Kwalitee Indicators data structure....

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::MetaYML - Checks data available in META.yml River stage three • 16 direct dependents • 221 total dependents

Methods order 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 Ind...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Manifest - Check MANIFEST River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 100. analyse Check if MANIFEST and dist contents match. kwalitee_indicators Returns the Kwalitee Indicators data structure. * manifest_matches_dist...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Distname - Proper Distname layout River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 20. analyse Does nothing now. kwalitee_indicators Returns the Kwalitee Indicators data structure....

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Signature - dist has a valid signature River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 100. analyse Does nothing now. kwalitee_indicators Returns the Kwalitee Indicators data structure....

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::FindModules - Find modules provided by a dist River stage three • 16 direct dependents • 221 total dependents

Methods order 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, ...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::CpantsErrors - Check for CPANTS testing errors River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 1000. analyse Uses "IO::Capture::Stdout" to check for any strange things that might happen during testing kwalitee_indicators Returns the Kwalitee Indicators data structur...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::NeedsCompiler - Checks if the module needs a (probably C) compiler River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. Returns 200. analyse Checks for file with .c, .h or .xs extensions. Check is the module depends on any of the Inline:: modules or on ExtUtils::CBuilder or ExtUtils::ParseXS. TODO:...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::Repackageable - Checks for various signs that make a module packageable River stage three • 16 direct dependents • 221 total dependents

Methods order Defines the order in which Kwalitee tests should be run. analyse kwalitee_indicators Returns the Kwalitee Indicators data structure....

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

Module::CPANTS::Kwalitee::BrokenInstaller - Check for broken Module::Install River stage three • 16 direct dependents • 221 total dependents

Methods order 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...

ISHIGAKI/Module-CPANTS-Analyse-1.02 - 10 Sep 2023 03:27:26 UTC

lib/Module/CPANTS/Schema/Kwalitee.pm River stage one • 1 direct dependent • 1 total dependent

DOMM/Module-CPANTS-ProcessCPAN-0.77 - 10 Aug 2008 11:18:12 UTC

Module::CPANTS::Site::Model::Kwalitee - Kwalitee Model Component River stage zero No dependents

Kwalitee Model Component....

DOMM/Module-CPANTS-Site-0.76 - 10 Aug 2008 11:21:00 UTC

Module::CPANTS::Site::Controller::Kwalitee - Catalyst Controller River stage zero No dependents

Catalyst Controller....

DOMM/Module-CPANTS-Site-0.76 - 10 Aug 2008 11:21:00 UTC
29 results (0.042 seconds)