Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

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 Tue 30 May 2006 03:14:23 PM JST gpg: using DSA key 8BD82E6F30B94B5C gpg: Can't check signature: No public key --- SIGNATURE Tue May 30 15:14:23 2006 +++ @@ -4,7 +4,8 @@ SHA1 6b42413c8c7d75e728373adab6b10ecb4641d2d4 COPYING.zh-tw SHA1 aca117dc3abfe0975960706d049c2c788f633cd2 ChangeLog SHA1 9b45605ad4b2e03347cf5abf29cc83c5bcedd8d5 INSTALL -SHA1 c6d8de40db66a8d6b926ad997fe4377acd825ac0 MANIFEST +SHA1 afcc0e1d7f58537030942a25483a99866ec207f0 MANIFEST +SHA256 f688bded8bbe63fb59dbcc2638713e67c977842766c5c4614c4f82aa1dd13671 META.yml SHA1 2bee736f5e6d5719867154573b9a083de3e156fa Makefile.PL SHA1 5301869d501db57fae72566204a727fd6734dd43 NEWS SHA1 5a6dc7db9bf844a20cb4f781ffe00d92265ebd0b README ==> 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.

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).

Other Files

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