Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: ._Apache2-WebApp-Toolkit-0.02;Apache2-WebApp-Toolkit-0.02

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: Apache2-WebApp-Toolkit-0.02::lib::Apache2::._WebApp, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._AppConfig, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Base, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Helper, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Plugin, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Stash, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Template, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::Helper::._Class, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::Helper::._Kickstart, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::Helper::._Project, Apache2-WebApp-Toolkit-0.02::t::app::._Test

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache2::Connection
  • Apache2::Log
  • Apache2::RequestRec
  • Apache2::RequestUtil
  • Apache2::ServerRec

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_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Apache2-WebApp-Toolkit-0.02
  • Apache2-WebApp-Toolkit-0.02/._Changes
  • Apache2-WebApp-Toolkit-0.02/._INSTALL
  • Apache2-WebApp-Toolkit-0.02/._LICENSE
  • Apache2-WebApp-Toolkit-0.02/._MANIFEST
  • Apache2-WebApp-Toolkit-0.02/._META.yml
  • Apache2-WebApp-Toolkit-0.02/._Makefile.PL
  • Apache2-WebApp-Toolkit-0.02/._README
  • Apache2-WebApp-Toolkit-0.02/._bin
  • Apache2-WebApp-Toolkit-0.02/._example
  • Apache2-WebApp-Toolkit-0.02/._lib
  • Apache2-WebApp-Toolkit-0.02/._t
  • Apache2-WebApp-Toolkit-0.02/._usr
  • Apache2-WebApp-Toolkit-0.02/bin/._webapp-class
  • Apache2-WebApp-Toolkit-0.02/bin/._webapp-kickstart
  • Apache2-WebApp-Toolkit-0.02/bin/._webapp-project
  • Apache2-WebApp-Toolkit-0.02/example/._webapp.conf
  • Apache2-WebApp-Toolkit-0.02/lib/._Apache2
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/._WebApp
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/._WebApp.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._AppConfig.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Base.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Helper
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Helper.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Plugin.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Stash.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Template.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/._Class.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/._Kickstart.pm
  • Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/._Project.pm
  • Apache2-WebApp-Toolkit-0.02/t/._001_load.t
  • Apache2-WebApp-Toolkit-0.02/t/._002_basic.t
  • Apache2-WebApp-Toolkit-0.02/t/._TEST.PL
  • Apache2-WebApp-Toolkit-0.02/t/._app
  • Apache2-WebApp-Toolkit-0.02/t/._conf
  • Apache2-WebApp-Toolkit-0.02/t/app/._Test.pm
  • Apache2-WebApp-Toolkit-0.02/t/conf/._extra.conf.in
  • Apache2-WebApp-Toolkit-0.02/t/conf/._extra.last.conf.in
  • Apache2-WebApp-Toolkit-0.02/t/conf/._startup.pl.in
  • Apache2-WebApp-Toolkit-0.02/t/conf/._webapp.in
  • Apache2-WebApp-Toolkit-0.02/usr/._share
  • Apache2-WebApp-Toolkit-0.02/usr/share/._webapp-toolkit
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._base_pm.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._class_pm.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._error.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._htpasswd.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._httpd_conf.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._index_html.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._projrc.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._startup_pl.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._template.tt
  • Apache2-WebApp-Toolkit-0.02/usr/share/webapp-toolkit/._webapp_conf.tt

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: Apache2-WebApp-Toolkit-0.02/lib/Apache2/._WebApp.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._AppConfig.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Base.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Helper.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Plugin.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Stash.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/._Template.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/._Class.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/._Kickstart.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/._Project.pm, Apache2-WebApp-Toolkit-0.02/t/app/._Test.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/AppConfig.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Base.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/Class.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/Kickstart.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Helper/Project.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Plugin.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Stash.pm, Apache2-WebApp-Toolkit-0.02/lib/Apache2/WebApp/Template.pm, Apache2-WebApp-Toolkit-0.02/t/app/Test.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: Apache2-WebApp-Toolkit-0.02::lib::Apache2::._WebApp, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._AppConfig, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Base, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Helper, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Plugin, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Stash, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::._Template, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::Helper::._Class, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::Helper::._Kickstart, Apache2-WebApp-Toolkit-0.02::lib::Apache2::WebApp::Helper::._Project, Apache2-WebApp-Toolkit-0.02::t::app::._Test

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:

  • Test

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.01,0.02

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:

  • Apache::TestMM

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
Apache2::WebApp A simplified web application framework 0.02 metacpan
Apache2::WebApp::AppConfig AppConfig extension for parsing config files 0.01 metacpan
Apache2::WebApp::Base Base class implementing common functionality 0.01 metacpan
Apache2::WebApp::Helper Base class for command-line script functionality. 0.01 metacpan
Apache2::WebApp::Helper::Class Command-line helper script 0.01 metacpan
Apache2::WebApp::Helper::Kickstart Command-line helper script 0.01 metacpan
Apache2::WebApp::Helper::Project Command-line script module 0.01 metacpan
Apache2::WebApp::Plugin Base class for Template Toolkit plugins 0.01 metacpan
Apache2::WebApp::Stash Object that contains stored variables 0.01 metacpan
Apache2::WebApp::Template Interface to the Template Toolkit 0.01 metacpan
Test metacpan

Other Files

Apache2-WebApp-Toolkit-0.02/MANIFEST metacpan
Apache2-WebApp-Toolkit-0.02/META.yml metacpan
Apache2-WebApp-Toolkit-0.02/Makefile.PL metacpan