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 (35) does not match dist (34):
  • 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 18 Jun 2009 04:29:09 AM JST gpg: using DSA key C28498739A9056AA gpg: Can't check signature: No public key --- SIGNATURE Thu Jun 18 04:29:16 2009 +++ @@ -1,6 +1,6 @@ SHA1 788642c04d87fd08ab37c47becafaa017e8ae45a Build.PL SHA1 959c885b559c5c442a4198d2da9c611b3baeae13 Changes -SHA1 2ae6bb6132faa1102dbf7b99164555f3d314a1ab MANIFEST +SHA1 afdd5a4601bc6ba19e4356d4d1ab19ba09be9d1e MANIFEST SHA1 aa9b2f3cbd5f90ccb7260734593e4de1a7972b90 MANIFEST.SKIP SHA1 26cede6f4f382b2562ca6b3e53715f6dbcf81b1e META.yml SHA1 9c459381eef73dade1e6d38530846b50f0901731 Makefile.PL ==> 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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Time::Format

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
Time::Format Easy-to-use date/time formatting. 1.10 metacpan

Other Files

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