Kwalitee Issues

has_meta_yml

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

has_changelog

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

buildtool_not_executable

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

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: Checker, MIME::Base64, MIME::QuotedPrint

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Mail::Field
  • Mail::Header
  • Mail::Internet

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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: etc/Checker.pm, etc/MIME/Base64.pm, MIME/Body.pm, MIME/Decoder.pm, MIME/Entity.pm, MIME/Field/ConTraEnc.pm, MIME/Field/ContDisp.pm, MIME/Field/ContType.pm, MIME/Field/ParamVal.pm, MIME/Head.pm, MIME/IO.pm, MIME/Latin1.pm, MIME/Parser.pm, MIME/ParserBase.pm, etc/MIME/QuotedPrint.pm, MIME/ToolUtils.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: Checker, MIME::Base64, MIME::Body, MIME::Decoder, MIME::Entity, MIME::Field::ConTraEnc, MIME::Field::ContDisp, MIME::Field::ContType, MIME::Field::ParamVal, MIME::Head, MIME::IO, MIME::Latin1, MIME::Parser, MIME::ParserBase, MIME::QuotedPrint, MIME::ToolUtils

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:

  • MIME::Base64
  • MIME::QuotedPrint

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.03,1.05,1.1,1.2,1.3,1.5,1.7,1.8,2.12,2.13,2.14,2.8,2.9

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
Checker metacpan
MIME::Base64 1.03 metacpan
MIME::Body the body of a MIME message metacpan
MIME::Decoder an object for decoding the body part of a MIME stream 2.9 metacpan
MIME::Entity class for parsed-and-decoded MIME message 2.14 metacpan
MIME::Field::ConTraEnc a "Content-transfer-encoding" field 1.1 metacpan
MIME::Field::ContDisp a "Content-disposition" field 1.2 metacpan
MIME::Field::ContType a "Content-type" field 1.2 metacpan
MIME::Field::ParamVal subclass of Mail::Field, for structured MIME fields 1.5 metacpan
MIME::Head MIME message header (a subclass of Mail::Header) 2.12 metacpan
MIME::IO a small package for turning things into IO handles 1.7 metacpan
MIME::Latin1 translate ISO-8859-1 into 7-bit approximations 1.3 metacpan
MIME::Parser split MIME mail into decoded components 2.8 metacpan
MIME::ParserBase abstract class for parsing MIME mail 1.8 metacpan
MIME::QuotedPrint 1.05 metacpan
MIME::ToolUtils MIME-tools kit configuration and utilities 2.13 metacpan

Provides

Name File View
MIME::Body::File MIME/Body.pm metacpan
MIME::Body::Scalar MIME/Body.pm metacpan
MIME::Decoder::Base64 MIME/Decoder.pm metacpan
MIME::Decoder::Binary MIME/Decoder.pm metacpan
MIME::Decoder::QuotedPrint MIME/Decoder.pm metacpan
MIME::Decoder::Xbit MIME/Decoder.pm metacpan
MIME::IO::Handle MIME/IO.pm metacpan
MIME::IO::Scalar MIME/IO.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README-OR-DIE metacpan