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 Thu 18 Jun 2009 07:43:53 AM JST gpg: using DSA key 388B7672A6E58CCD gpg: Can't check signature: No public key --- SIGNATURE Thu Jun 18 07:44:10 2009 +++ @@ -1,5 +1,6 @@ SHA1 2edec6418410e621f6784b73d5b149f36b2dd10f Changes -SHA1 44601163a18ebce5390dc9e715e92768fb3e7221 MANIFEST +SHA1 cb059506175ef0bd14a05a7e97f3136c19346838 MANIFEST +SHA256 bc1e58ba18e04c12e7c42201d4c5fd7453a808ddc313137375752566cb680095 META.yml SHA1 c44b318214e99b4bccf83a6add1773c4f1a41444 Makefile.PL SHA1 a2dbabc00f6a9f0a9b1d2f729c51868f8b138147 README SHA1 7520155eab09d28257e409c97bc5ba6e1bedba8e lib/Net/Stomp/Receipt.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.

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.

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
Net::Stomp::Receipt An extension to Net::Stomp (STOMP client) to allow transactional sends. 0.36 metacpan

Other Files

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