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 (15) does not match dist (18):
  • Missing in MANIFEST: .Data-Format-0.2.meta.swp, META.json, META.yml

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.

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::Error::ValueNumericException, Data::Format::Error::ValueProvideException

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Error

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_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_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 0.2 metacpan
Data::Format::Error 0.2 metacpan
Data::Format::Error::ValueNumericException 0.2 metacpan
Data::Format::Error::ValueProvideException 0.2 metacpan
Data::Format::Sanitize 0.2 metacpan
Data::Format::Sanitize::Number 0.2 metacpan
Data::Format::Validate 0.2 metacpan
Data::Format::Validate::Number 0.2 metacpan
Data::Format::Validate::String 0.2 metacpan

Other Files

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