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 (12) does not match dist (83):
  • Missing in MANIFEST: .git/COMMIT_EDITMSG, .git/FETCH_HEAD, .git/HEAD, .git/ORIG_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/02/39f81455a2f34b819c7adf997ef184fce93296, .git/objects/08/59a4b051b53045d4f8165135c33e1553827d87, .git/objects/09/4d5f3dd5e2186056cbf411f9ba5741d2d3c666, .git/objects/13/d7531237cdd3b4d14dfc003e21329cbe3264ca, .git/objects/16/f49aa66f00119f0acf8b116b010f0a9e4d866d, .git/objects/18/2d5b6db4dde578e4f017d193e113f495ee5657, .git/objects/18/f575619297bc66bb50715ead337f3e26791a05, .git/objects/23/2ed93da8f44f8bee2595f91c698f035eb11b1b, .git/objects/29/99f31dcb27f580166c2b45452780a0e4dd1ce5, .git/objects/45/113113e019ab5eac2feb8ec3871a45fe7b6d8d, .git/objects/68/05a3d49988516567fb8fab404184c27f9ee6fc, .git/objects/69/f42be0668a7745899b3d07a30b48422b26f8e5, .git/objects/71/f4256b060a09cd45392b98044d0757c6603212, .git/objects/78/3dc5575116cbd5857ae712fdd1aa0891cfdbd0, .git/objects/85/b5d0c01df6e0d39d4d2ef82dcb64c29347263e, .git/objects/87/4a3e216b651f7ffdadfd5319d1e7f0ba785d30, .git/objects/8b/2b05a2250f252511f403211c7acfc062698442, .git/objects/8e/6f79c8d3c05d440bbe515eb13e7df73cd4cf46, .git/objects/94/b3bcac8d59acf9d26f2dab31f2318accf224e3, .git/objects/95/ff4103688455c8f753d698bface4f2d33de668, .git/objects/ad/163683789dae29bfc93266bf20d167b338531d, .git/objects/b0/7cb637bd1dc7aadd23ecb84635f8c5e2f9644b, .git/objects/bf/2d5c2cc0a82c6dea34d0c83e0596e3de0c29bf, .git/objects/c0/d2509d0003dbb123350ce7583de37f92eb9ad9, .git/objects/c1/13ec8da23bbbea8b4611bc4cca0ba4b35e74fc, .git/objects/c3/65755624fb340ea6c96be127d66bcdf23e8460, .git/objects/c6/7dfcbff101ce3e9b211ea946a0ff3d5ef74a6b, .git/objects/ca/e5298c437c13bd802cece908b1e6862f8f0f45, .git/objects/ce/d36f50405407147d837b745ad90c4d09e37f15, .git/objects/d0/7d915c38dea6d3506ed28d1f1deb94ca34f7f4, .git/objects/d2/b91e4fa71fd37c31f38a54e1ec954eef9d3ac1, .git/objects/d3/832d50a37e2455c69950750283e3338431db8a, .git/objects/d4/e2607ded2f886e06f9c2f74e50e4deea325402, .git/objects/d4/f54c5db63e09b98bb6372108e44e57745142ed, .git/objects/d7/35ce47536c603c033e09977db9f34f2ef90050, .git/objects/e5/845031f83fdd5cfe0ff8cd2693cc0572ff1135, .git/objects/fe/28865f0ca7f86d36a6da49372027e0bcf8fbf9, .git/objects/fe/2cec9fa3ad59dffb146052559381c419150d25, .git/objects/fe/46357dccce1ad17edeb17883b67cd5a2a14c36, .git/objects/pack/pack-d1c9e63f86ce5fa4ee6795c299403b2c98cc7ac0.idx, .git/objects/pack/pack-d1c9e63f86ce5fa4ee6795c299403b2c98cc7ac0.pack, .git/packed-refs, .git/refs/heads/master, .git/refs/remotes/origin/HEAD, .git/refs/remotes/origin/master, .git/refs/tags/v0.3, .gitignore, META.json, META.yml, lib/Data/Format/Sanitize/String.pm

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, Data::Format::Sanitize, Data::Format::Sanitize::Number, Data::Format::Sanitize::String, Data::Format::Validate, Data::Format::Validate::Number, Data::Format::Validate::String

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Data-Format-0.3/lib/Data/Format.pm -- Around line 18: '=item' outside of any '=over' Around line 46: You forgot a '=back' before '=head2' Around line 50: '=item' outside of any '=over'

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, Data::Format::Sanitize, Data::Format::Sanitize::Number, Data::Format::Sanitize::String, Data::Format::Validate, Data::Format::Validate::Number, Data::Format::Validate::String

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

configure_prereq_matches_use

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

Error:

  • Module::Build

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Data::Format A data formating module. 0.3 metacpan
Data::Format::Sanitize 0.3 metacpan
Data::Format::Sanitize::Number 0.3 metacpan
Data::Format::Validate 0.3 metacpan
Data::Format::Validate::Number 0.3 metacpan
Data::Format::Validate::String 0.3 metacpan

Other Files

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