Class-MethodMaker 2.02 Deleted
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.
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Fri 09 Apr 2004 07:09:31 PM JST gpg: using DSA key 57A79945C57858AD gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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(0x5609d48556a8)
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
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.02 | metacpan |
Class::MethodMaker::OptExt | Constants for C::MM's option extension mechanism | metacpan | |
Class::MethodMaker::V1Compat | V1 compatibility code for C::MM | metacpan |