Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Class::MethodMaker, CommonMethods

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

no_maniskip_error

Fix the problematic entry.

Error: ^* matches null string many times in regex; marked by <-- HERE in m/(?:^(.*/)?CVS/.*)|(?:^Makefile(.old)?$)|(?:^Build$)|(?:^Clean$)|(?:^RollingBuild$)|(?:^blib/.*)|(?:^pm_to_blib$)|(?:^.cvsignore$)|(?:^MANIFEST.bak$)|(?:^testcheck$)|(?:^.*/\.cvsignore$)|(?:^lib/Class/MethodMaker/(?:array|hash|scalar)\.pm$)|(?:^html(?:/.*)?$)|(?:^(.*/)?.cvsignore$)|(?:^INFO.yaml$)|(?:^_build/)|(?:^* <-- HERE ~$)/ at lib/ExtUtils/Manifest.pm line 440.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: components/CommonMethods.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Class::MethodMaker, CommonMethods

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Tie::StdArray
  • Tie::StdHash
  • Tie::StdScalar

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/Class/MethodMaker.pm: HASH(0x55607c8b5d20)

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Class::MethodMaker Create generic methods for OO Perl metacpan
Class::MethodMaker::Constants metacpan
Class::MethodMaker::Engine The parameter passing, method installation & non-data-structure methods of Class::MethodMaker. 2.00 metacpan
Class::MethodMaker::OptExt Constants for C::MM's option extension mechanism metacpan
Class::MethodMaker::V1Compat V1 compatibility code for C::MM metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan