Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_license_in_source_file

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

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (16) does not match dist (59):
  • Missing in MANIFEST: .git/COMMIT_EDITMSG, .git/HEAD, .git/config, .git/description, .git/hooks/applypatch-msg.sample, .git/hooks/commit-msg.sample, .git/hooks/post-update.sample, .git/hooks/pre-applypatch.sample, .git/hooks/pre-commit.sample, .git/hooks/pre-push.sample, .git/hooks/pre-rebase.sample, .git/hooks/prepare-commit-msg.sample, .git/hooks/update.sample, .git/index, .git/info/exclude, .git/logs/HEAD, .git/logs/refs/heads/master, .git/logs/refs/remotes/origin/HEAD, .git/logs/refs/remotes/origin/master, .git/objects/2b/6b5b9e6003a442d95b61c2b27d814e398e3cdc, .git/objects/35/d648385ace4a7443d604531227b1eca9316f67, .git/objects/3d/512c2f4f51e9c3042e025beb089f882403273e, .git/objects/62/9b90680433b37a67d5e5cd2300695c4c9560b0, .git/objects/68/b767f333d8b621543900f6130b3b2ece6b59b6, .git/objects/71/9df449e94ae07a360739d230a6147cd0e593b0, .git/objects/73/5c93ebd6f53be54fe49a458c071c9b8e040eb7, .git/objects/7e/657ccd4171325778772e84e7f8bb94137cd5ae, .git/objects/89/de403955356c39fbe0feb5580d26b4a548d123, .git/objects/93/3d293731b59e5638fdb95970ff7ad992b9b678, .git/objects/a4/4e171652c172e68fe0b545b848bd5b39507e0c, .git/objects/ac/b7af5a62a44767bf28a27f2dfd699baf14a4fa, .git/objects/b3/b42fc6509f45e1390b9889d55b2f81ed6d8aef, .git/objects/b9/7d8ec87694272f08e0ed2b3345d5ba92f5e269, .git/objects/ea/80dc8dc73f38993199539a1de8686144f7f6c3, .git/objects/pack/pack-e6ec8bcc13f1342a619c52a4dcd1504616716ce3.idx, .git/objects/pack/pack-e6ec8bcc13f1342a619c52a4dcd1504616716ce3.pack, .git/packed-refs, .git/refs/heads/master, .git/refs/remotes/origin/HEAD, .git/refs/remotes/origin/master, .gitignore, META.json, META.yml

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Data::Format::Validate, Data::Format::Validate::Email, Data::Format::Validate::IP, Data::Format::Validate::URL, Data::Format::Validate::URN

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.

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .git

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.

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: Data::Format::Validate, Data::Format::Validate::Email, Data::Format::Validate::IP, Data::Format::Validate::URL, Data::Format::Validate::URN

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

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • Module::Build

Modules

Name Abstract Version View
Data::Format::Validate A URN validating module. 0.3 metacpan
Data::Format::Validate::Email A e-mail validating module. 0.3 metacpan
Data::Format::Validate::IP A IP validating module. 0.3 metacpan
Data::Format::Validate::URL A URL validating module. 0.3 metacpan
Data::Format::Validate::URN 0.3 metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
README.md metacpan