Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]

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 Sun 29 Jul 2007 08:09:24 PM JST gpg: using DSA key 642BA2984E758317 gpg: Can't check signature: No public key --- SIGNATURE Sun Jul 29 20:09:24 2007 +++ @@ -1,9 +1,9 @@ -SHA1 acf4fd7299593dd48b9dbc4fc35ccd0a748c0546 Changes +SHA1 0c30137e27a0ef013143d7abb786de05d70d58b3 Changes SHA1 9c57ed591e5f7f1c9c7e1acdd9b4e2b5ec82e53d MANIFEST -SHA1 7bb1ff759a19e670747b2f307d20d7e3d3f09566 META.yml +SHA1 f87b1a2b1db019b2144d728e5d36fe6bad610ca9 META.yml SHA1 7b6c4337635d5637218f4787923159acb0b600c9 Makefile.PL SHA1 9dd7b57bae562cd465aa4d15125a472a0988f610 README -SHA1 c27204fae7812d185456dcb3308fc8eedbb3fd65 lib/PAR/Dist.pm +SHA1 5349f6af2fb6b95a48b63c508af5339c280ad44a lib/PAR/Dist.pm SHA1 3467e6bd4b5227f8e1e21f45832b279c2e8c5b7f t/00pod.t SHA1 ff599aecf703ad5bdecd16311ce6279e7ff1825b t/00podcover.t SHA1 9a76e230af61ddc802097a05647faf7ea329a058 t/01basic.t ==> 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.

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: PAR::Dist

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

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
PAR::Dist Create and manipulate PAR distributions 0.26 metacpan

Other Files

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