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 (39) does not match dist (76):
  • Missing in MANIFEST: ._Changes, ._INSTALL, ._LICENSE, ._Makefile.PL, ._README, bin/._webapp-class, bin/._webapp-kickstart, bin/._webapp-project, example/._webapp.conf, lib/Apache2/._WebApp.pm, lib/Apache2/WebApp/._AppConfig.pm, lib/Apache2/WebApp/._Base.pm, lib/Apache2/WebApp/._Helper.pm, lib/Apache2/WebApp/._Plugin.pm, lib/Apache2/WebApp/._Stash.pm, lib/Apache2/WebApp/._Template.pm, lib/Apache2/WebApp/Helper/._Class.pm, lib/Apache2/WebApp/Helper/._Kickstart.pm, lib/Apache2/WebApp/Helper/._Project.pm, t/._001_load.t, t/._002_basic.t, t/._TEST.PL, t/app/._Test.pm, t/conf/._extra.conf.in, t/conf/._extra.last.conf.in, t/conf/._startup.pl.in, t/conf/._webapp.in, usr/share/webapp-toolkit/._base_pm.tt, usr/share/webapp-toolkit/._class_pm.tt, usr/share/webapp-toolkit/._error.tt, usr/share/webapp-toolkit/._htpasswd.tt, usr/share/webapp-toolkit/._httpd_conf.tt, usr/share/webapp-toolkit/._index_html.tt, usr/share/webapp-toolkit/._projrc.tt, usr/share/webapp-toolkit/._startup_pl.tt, usr/share/webapp-toolkit/._template.tt, usr/share/webapp-toolkit/._webapp_conf.tt

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, Apache2::WebApp::._AppConfig, Apache2::WebApp::._Base, Apache2::WebApp::._Helper, Apache2::WebApp::._Plugin, Apache2::WebApp::._Stash, Apache2::WebApp::._Template, Apache2::WebApp::Helper::._Class, Apache2::WebApp::Helper::._Kickstart, Apache2::WebApp::Helper::._Project

main_module_version_matches_dist_version

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

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.

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:

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

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, Apache2::WebApp::._AppConfig, Apache2::WebApp::._Base, Apache2::WebApp::._Helper, Apache2::WebApp::._Plugin, Apache2::WebApp::._Stash, Apache2::WebApp::._Template, Apache2::WebApp::Helper::._Class, Apache2::WebApp::Helper::._Kickstart, Apache2::WebApp::Helper::._Project

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

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

Other Files

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