Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

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.

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: Cannot find MANIFEST in dist.

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: Activator, Activator::Config, Activator::Log, Activator::Options, Activator::Registry, Activator::Tutorial

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Class::Accessor::Fast
  • DBI

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.

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: .bzr

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: Activator, Activator::Config, Activator::Dictionary, Activator::Emailer, Activator::Log, Activator::Options, Activator::Pager, Activator::Registry, Activator::Tutorial, Catalyst::Plugin::SecureCookies

test_prereq_matches_use

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

Error:

  • DBI

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:

  • Module::Build

Modules

Name Abstract Version View
Activator metacpan
Activator::Config provides a merged configuration to a script combining command line options, environment variables, and configuration files. metacpan
Activator::DB Wrap DBI with convenience subroutines and consistant access accross all programs in a project. metacpan
Activator::Dictionary metacpan
Activator::Emailer Send emails from anywhere within a project in the same way using role-based configuration. metacpan
Activator::Exception metacpan
Activator::Log provide a simple wrapper for L<Log::Log4perl> for use within an Activator project. metacpan
Activator::Options process options for a script combining command line, environment variables, and configuration files. metacpan
Activator::Pager Object to assist in implementing pagination interfaces metacpan
Activator::Registry provide a registry based on YAML file(s) metacpan
Activator::Tutorial metacpan
Catalyst::Plugin::Activator::Config Load realm specific application configuration files using Activator::Config metacpan
Catalyst::Plugin::Activator::Dictionary metacpan
Catalyst::Plugin::Activator::Exception metacpan
Catalyst::Plugin::SecureCookies Tamper-resistant, encrypted HTTP Cookies 0.01 metacpan

Other Files

Build.PL metacpan
README metacpan