Kwalitee Issues

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 (120) does not match dist (121):
  • Missing in MANIFEST: Changelog

no_pod_errors

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

Error: Contentment-0.009_018/lib/Contentment/Content/Nodelet.pm -- Around line 27: You have '=item 1' instead of the expected '=item 2' Around line 31: You have '=item 2' instead of the expected '=item 3' Around line 47: You have '=item 3' instead of the expected '=item 4' Around line 51: You have '=item 4' instead of the expected '=item 5' Around line 55: You have '=item 4' instead of the expected '=item 6' Contentment-0.009_018/lib/Contentment/FileType/PL.pm -- Around line 123: You forgot a '=back' before '=head1'

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_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: buildlib/Contentment/Build.pm, buildlib/Contentment/Test.pm, buildlib/Module/Release/HANENKAMP.pm

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: Contentment::Build, Contentment::Test, Module::Release::HANENKAMP

consistent_version

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

Error: 0.009_018,0.01,0.02,0.03,0.04,0.05,0.06

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

Modules

Name Abstract Version View
Contentment A Mason/Perl-based content management system 0.009_018 metacpan
Contentment::Build 0.03 metacpan
Contentment::Content::Node Handy module for storing common data 0.03 metacpan
Contentment::Content::Nodelet Helper class for building node modules 0.02 metacpan
Contentment::Context Starting point for information about the current request 0.03 metacpan
Contentment::FileType::HTML File type plugin for HTML files 0.03 metacpan
Contentment::FileType::Mason This file type plugin is used to represent HTML::Mason files 0.06 metacpan
Contentment::FileType::Other Generic file type plugin 0.04 metacpan
Contentment::FileType::PL A file type plugin for handling Perl scripts 0.04 metacpan
Contentment::FileType::POD A file type plugin for handling Plain Old Documentation 0.03 metacpan
Contentment::Form Defines forms, widgets, and submissions API 0.04 metacpan
Contentment::Form::Widget::Input Submission processor for HTML input widgets. 0.01 metacpan
Contentment::Form::Widget::Null 0.01 metacpan
Contentment::Form::Widget::Select HTML Select widget processor 0.01 metacpan
Contentment::Form::Widget::TextArea HTML text area widget processor 0.01 metacpan
Contentment::Panel The panel API is used to allow for multipurpose "panes" in a page 0.01 metacpan
Contentment::SPOPS This is the base class for all SPOPS DBI objects in Contentment 0.04 metacpan
Contentment::Security Framework for security in Contentment 0.02 metacpan
Contentment::Security::DBI Defines a simple, but relatively complete database security model 0.03 metacpan
Contentment::Session Session management for Contentment 0.06 metacpan
Contentment::Setting A basic module for storing database settings 0.02 metacpan
Contentment::Test 0.02 metacpan
Contentment::Transform::Pod2Html Uses Pod::Simple to create an HTML fragment 0.01 metacpan
Contentment::Util::Transformation Find the best transformation available 0.02 metacpan
Contentment::VFS Provides a virtual file system for Contentment 0.05 metacpan
Contentment::VFSResolver Subclass of HTML::Mason::Resolver for Contentment::VFS 0.04 metacpan
Module::Release::HANENKAMP metacpan

Provides

Name File View
Contentment::Content::Revision lib/Contentment/Content/Node.pm metacpan
Contentment::Security::DBI::Group lib/Contentment/Security/DBI.pm metacpan
Contentment::Security::DBI::User lib/Contentment/Security/DBI.pm metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan