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: Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];value is an undefined string (abstract) [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 Sat 20 Mar 2010 06:18:43 AM JST gpg: using DSA key 767844C2C1BBC7BA gpg: Can't check signature: No public key --- SIGNATURE Sat Mar 20 06:18:43 2010 +++ @@ -1,6 +1,7 @@ SHA1 1689118885dc1b45c28577a8eaaa915dfd24fe14 Changes SHA1 04aab6da63ea27d18c5d5639eb11d5778dfbc06b INSTALL -SHA1 dbeb7b897f357bc9023154761d1beae62e844097 MANIFEST +SHA1 c587e828260fd504742d82784924e61c40932fe7 MANIFEST +SHA256 cab85441a1551a0e906b623e2658e5c402a69abf3eeb9a8a21622b77c80bc75a META.yml SHA1 f7e4176f6d83dd64d638062a046d6f5cc2a3f0df Makefile.PL SHA1 c49b39097069f86723b55421fce624cd4829ec1d README SHA1 c784d721e9f18ebe995bc08e888621dd50fe7684 Todo ==> 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_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
Class::Homonymous_Union a union of homonymous packages making up a class 0.01 metacpan

Other Files

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