Kwalitee Issues

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: Bundle::CGI::Builder::Complete, CBF_examples::01_TrackProcess::SimpleSuperClass, CBF_examples::01_TrackProcess::TrackProcess, CBF_examples::02_SimpleApp::SimpleApp, CBF_examples::03_MagicApp::MagicApp, CBF_examples::04_ApacheMagicApp::ApacheMagicApp, CBF_examples::05_TestCBF::var::www::cgi-bin::Test::Test

no_pod_errors

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

Error: CGI-Builder-1.33/lib/Bundle/CGI/Builder/Complete.pm -- Around line 73: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 CGI-Builder-1.33/lib/CGI/Builder/Conf.pm -- Around line 104: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 CGI-Builder-1.33/lib/CGI/Builder/Const.pm -- Around line 57: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 CGI-Builder-1.33/lib/CGI/Builder/Test.pm -- Around line 111: Non-ASCII character seen before =encoding in '©'. Assuming CP1252 CGI-Builder-1.33/lib/CGI/Builder.pm -- Around line 415: Expected text after =item, not a bullet Around line 419: Expected text after =item, not a bullet Around line 423: Expected text after =item, not a bullet Around line 427: Expected text after =item, not a bullet Around line 431: Expected text after =item, not a bullet Around line 435: Expected text after =item, not a bullet Around line 439: Expected text after =item, not a bullet Around line 443: Expected text after =item, not a bullet Around line 447: Expected text after =item, not a bullet Around line 451: Expected text after =item, not a bullet Around line 1177: Non-ASCII character seen before =encoding in ''ÍT'. Assuming CP1252

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: CBF_examples/01_TrackProcess/SimpleSuperClass.pm, CBF_examples/01_TrackProcess/TrackProcess.pm, CBF_examples/02_SimpleApp/SimpleApp.pm, CBF_examples/03_MagicApp/MagicApp.pm, CBF_examples/04_ApacheMagicApp/ApacheMagicApp.pm, CBF_examples/05_TestCBF/var/www/cgi-bin/Test/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: Bundle::CGI::Builder::Complete, CBF_examples::01_TrackProcess::SimpleSuperClass, CBF_examples::01_TrackProcess::TrackProcess, CBF_examples::02_SimpleApp::SimpleApp, CBF_examples::03_MagicApp::MagicApp, CBF_examples::04_ApacheMagicApp::ApacheMagicApp, CBF_examples::05_TestCBF::var::www::cgi-bin::Test::Test, CGI::Builder, CGI::Builder::Conf, CGI::Builder::Const, CGI::Builder::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:

  • SimpleApp

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_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

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
Bundle::CGI::Builder::Complete A bundle to install the complete CGI::Builder framework. metacpan
CGI::Builder Framework to build simple or complex web-apps 1.33 metacpan
CGI::Builder::Conf Add user editable configuration files to your WebApp metacpan
CGI::Builder::Const Deprecated metacpan
CGI::Builder::Test Adds some testing methods to your build metacpan

Provides

Name File View
ApacheMagicApp CBF_examples/04_ApacheMagicApp/ApacheMagicApp.pm metacpan
ApacheMagicApp::Lookups CBF_examples/04_ApacheMagicApp/ApacheMagicApp.pm metacpan
MagicApp CBF_examples/03_MagicApp/MagicApp.pm metacpan
MagicApp::Lookups CBF_examples/03_MagicApp/MagicApp.pm metacpan
SimpleApp CBF_examples/02_SimpleApp/SimpleApp.pm metacpan
SimpleSuperClass CBF_examples/01_TrackProcess/SimpleSuperClass.pm metacpan
TrackProcess CBF_examples/01_TrackProcess/TrackProcess.pm metacpan

Other Files

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