Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

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 (11) does not match dist (19):
  • Missing in MANIFEST: diff-2.64, t/blacklist.t, t/dnsrbl.t, t/extract_urls.t, t/mailto.t, t/open_redirect.t, t/spamcopuri.t, t/whitelist.t

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Mail::SpamAssassin::AutoWhitelist
  • Mail::SpamAssassin::EvalTests
  • Mail::SpamAssassin::HTML
  • Mail::SpamAssassin::NetSet
  • Mail::SpamAssassin::Received
  • Mail::SpamAssassin::Util
  • URI
  • URI::Escape
  • URI::QueryParam

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: plib/2.63/Mail/SpamAssassin/PerMsgStatus.pm, plib/2.64/Mail/SpamAssassin/PerMsgStatus.pm

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.

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: Mail::SpamAssassin::Conf, Mail::SpamAssassin::PerMsgStatus, Mail::SpamAssassin::PerMsgStatus, Mail::SpamAssassin::SpamCopURI

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Mail::SpamAssassin::Conf
  • Mail::SpamAssassin::PerMsgStatus

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Mail::SpamAssassin
  • URI::URL

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/Mail/SpamAssassin/Conf.pm: HASH(0x55c8d008ab18)

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

configure_prereq_matches_use

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

Error:

  • Mail::SpamAssassin

Modules

Name Abstract Version View
Mail::SpamAssassin::Conf SpamAssassin configuration file metacpan
Mail::SpamAssassin::PerMsgStatus per-message status (spam or not-spam) metacpan
Mail::SpamAssassin::SpamCopURI blacklist checking of URLs in email 0.24 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan