Kwalitee Issues

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.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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: CGI3, CGI3::Fast, CGI3::Object, CGI3::Object::CGI3lib, CGI3::Object::Html, CGI3::Object::Misc, CGI3::Object::Misc::append, CGI3::Object::Misc::delete, CGI3::Object::Misc::delete_all, CGI3::Object::Misc::dump, CGI3::Object::Misc::import_names, CGI3::Object::Misc::keywords, CGI3::Object::Misc::param_fetch, CGI3::Object::Misc::parse_keywordlist, CGI3::Object::Misc::print, CGI3::Object::Misc::raw_cookie, CGI3::Object::Misc::raw_fetch, CGI3::Object::Misc::read_from_cmdline, CGI3::Object::Misc::restore, CGI3::Object::Misc::save, CGI3::Object::Misc::to_filehandle, CGI3::Object::Misc::url_param, CGI3::Object::Misc::use_named_parameters, CGI3::Object::Multipart, CGI3::Object::Request, CGI3::Object::Response, CGI3::Object::SelfLoader, CGI3::Object::State, CGI3::Push, autoload

no_pod_errors

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

Error: CGI3.pm-3.01/CGI3.pm -- Around line 1266: Expected text after =item, not a number Around line 1270: Expected text after =item, not a number Around line 1274: Expected text after =item, not a number Around line 1701: Expected text after =item, not a number Around line 1705: Expected text after =item, not a number Around line 1710: Expected text after =item, not a number Around line 1715: Expected text after =item, not a number Around line 1811: Expected text after =item, not a number Around line 1815: Expected text after =item, not a number Around line 1826: Expected text after =item, not a number Around line 1831: Expected text after =item, not a number Around line 1983: Expected text after =item, not a number Around line 1989: Expected text after =item, not a number Around line 1998: Expected text after =item, not a number Around line 2002: Expected text after =item, not a number Around line 2008: Expected text after =item, not a number Around line 2053: Expected text after =item, not a number Around line 2061: Expected text after =item, not a number Around line 2068: Expected text after =item, not a number Around line 2074: Expected text after =item, not a number Around line 2081: Expected text after =item, not a number Around line 2136: Expected text after =item, not a number Around line 2142: Expected text after =item, not a number Around line 2147: Expected text after =item, not a number Around line 2153: Expected text after =item, not a number Around line 2195: Expected text after =item, not a number Around line 2199: Expected text after =item, not a number Around line 2207: Expected text after =item, not a number Around line 2214: Expected text after =item, not a number Around line 2219: Expected text after =item, not a number Around line 2226: Expected text after =item, not a number Around line 2274: Expected text after =item, not a number Around line 2282: Expected text after =item, not a number Around line 2333: Expected text after =item, not a number Around line 2338: Expected text after =item, not a number Around line 2379: Expected text after =item, not a number Around line 2384: Expected text after =item, not a number

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: CGI3.pm, CGI3/Fast.pm, CGI3/Object.pm, CGI3/Object/CGI3lib.pm, CGI3/Object/Cookie.pm, CGI3/Object/Html.pm, CGI3/Object/Misc.pm, CGI3/Object/Misc/append.pm, CGI3/Object/Misc/compile.pm, CGI3/Object/Misc/delete.pm, CGI3/Object/Misc/delete_all.pm, CGI3/Object/Misc/dump.pm, CGI3/Object/Misc/import_names.pm, CGI3/Object/Misc/keywords.pm, CGI3/Object/Misc/param_fetch.pm, CGI3/Object/Misc/parse_keywordlist.pm, CGI3/Object/Misc/print.pm, CGI3/Object/Misc/raw_cookie.pm, CGI3/Object/Misc/raw_fetch.pm, CGI3/Object/Misc/read_from_cmdline.pm, CGI3/Object/Misc/restore.pm, CGI3/Object/Misc/save.pm, CGI3/Object/Misc/to_filehandle.pm, CGI3/Object/Misc/url_param.pm, CGI3/Object/Misc/use_named_parameters.pm, CGI3/Object/Multipart.pm, CGI3/Object/Request.pm, CGI3/Object/Response.pm, CGI3/Object/SelfLoader.pm, CGI3/Object/State.pm, CGI3/Pretty.pm, CGI3/Push.pm, autoload.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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: CGI3, CGI3::Fast, CGI3::Object, CGI3::Object::CGI3lib, CGI3::Object::Cookie, CGI3::Object::Html, CGI3::Object::Misc, CGI3::Object::Misc::append, CGI3::Object::Misc::compile, CGI3::Object::Misc::delete, CGI3::Object::Misc::delete_all, CGI3::Object::Misc::dump, CGI3::Object::Misc::import_names, CGI3::Object::Misc::keywords, CGI3::Object::Misc::param_fetch, CGI3::Object::Misc::parse_keywordlist, CGI3::Object::Misc::print, CGI3::Object::Misc::raw_cookie, CGI3::Object::Misc::raw_fetch, CGI3::Object::Misc::read_from_cmdline, CGI3::Object::Misc::restore, CGI3::Object::Misc::save, CGI3::Object::Misc::to_filehandle, CGI3::Object::Misc::url_param, CGI3::Object::Misc::use_named_parameters, CGI3::Object::Multipart, CGI3::Object::Request, CGI3::Object::Response, CGI3::Object::SelfLoader, CGI3::Object::State, CGI3::Pretty, CGI3::Push, autoload

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:

  • autoload

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.1,1.00,1.01,1.02,1.04,3.01

has_separate_license_file

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

Modules

Name Abstract Version View
CGI3 Simple Common Gateway Interface Class 3.01 metacpan
CGI3::Fast CGI3 Interface for Fast CGI3 1.02 metacpan
CGI3::Object metacpan
CGI3::Object::CGI3lib metacpan
CGI3::Object::Cookie metacpan
CGI3::Object::Html metacpan
CGI3::Object::Misc metacpan
CGI3::Object::Multipart metacpan
CGI3::Object::Request metacpan
CGI3::Object::Response metacpan
CGI3::Object::SelfLoader metacpan
CGI3::Object::State 0.1 metacpan
CGI3::Pretty module to produce nicely formatted HTML code 1.04 metacpan
CGI3::Push Simple Interface to Server Push 1.01 metacpan
autoload only load modules when they're used 1.00 metacpan

Provides

Name File View
CGI3::Func CGI3.pm metacpan
MultipartBuffer CGI3/Object/Multipart.pm metacpan
TempFile CGI3/Object/Multipart.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan