Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (13) does not match dist (12):
  • Duplicates in MANIFEST: SIGNATURE

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 Thu 16 Oct 2003 12:10:42 PM JST gpg: using DSA key B0A41D295AEFDD7C gpg: Can't check signature: No public key --- SIGNATURE Thu Oct 16 12:10:42 2003 +++ @@ -1,7 +1,7 @@ SHA1 ba294c77856a2df2c641ea9e42dcb6d2d5202f7b Build.PL SHA1 f8b3fec6ba1c59b946b175534a24ec189d47eee1 Changes -SHA1 26ca11de757c98a437d7419d0c25a4d5caa02c74 MANIFEST -SHA1 b13f491d037858f36a7db73e94e82badc7ed91bf META.yml +SHA1 6c1e789dbd256eef81e13eaf32f41d822bfb04b5 MANIFEST +SHA1 90a61a248aeec0c72f59fb374e215b1f3e24aa4b META.yml SHA1 f875a48340b43be10bc8d9da604aaeee607de110 Makefile.PL SHA1 00e8e7a1a846f431d6c237ad5e482d46c55a822d README SHA1 fbfae1667c2087aa18def854113c83c7188a7e33 lib/CGI/Application/ValidateRM.pm ==> MISMATCHED content between SIGNATURE and distribution files! <==

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

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

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: CGI::Application::ValidateRM

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
CGI::Application::ValidateRM Help validate CGI::Application run modes using Data::FormValidator 1.07 metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan