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: Expected a map structure from string or file. (requires) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

has_tests

Add tests!

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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 Mon 15 Mar 2010 10:09:23 AM JST gpg: using DSA key 767844C2C1BBC7BA gpg: Can't check signature: No public key --- SIGNATURE Mon Mar 15 10:09:23 2010 +++ @@ -1,6 +1,7 @@ SHA1 6427705b812cf1555f431d4865cfb3f7d7a71687 Changes SHA1 80b8b8f19a8f3941d08803d988cf85ce5a69881c INSTALL -SHA1 8860cf817bc0649bf6af765cb72f1bf5f306aa9a MANIFEST +SHA1 9b320a3928fdcc47dc6a390d451407faf8e11f95 MANIFEST +SHA256 d48e9f2dc28d4ed30241384f3207a53053187d740ca4dcd23a3d4c2410db5e77 META.yml SHA1 d9ed2306ead8e9e0d170dda2519cfb3bfaee0e5b README SHA1 4e26823d0bad934358a172d9486c46f75603ce24 lib/Package/Autoloader.pm SHA1 affca99af9a6efc4db3e518a45d6b9df6f47f8dd lib/Package/Autoloader.pod ==> 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_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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.

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
Package::Autoloader merged back into Package::Transporter 0.15 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
README metacpan