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_tests

Add tests!

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: CGI::Base, CGI::BasePlus, CGI::Carp, CGI::Form, CGI::MiniSvr

prereq_matches_use

List all used modules in META.yml requires

Error:

  • URI::Escape

main_module_version_matches_dist_version

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

no_pod_errors

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

Error: CGI-modules-2.76/CGI/Form.pm -- Around line 178: Expected text after =item, not a number Around line 182: Expected text after =item, not a number Around line 186: Expected text after =item, not a number Around line 303: Expected text after =item, not a number Around line 307: Expected text after =item, not a number Around line 312: Expected text after =item, not a number Around line 317: Expected text after =item, not a number Around line 386: Expected text after =item, not a number Around line 390: Expected text after =item, not a number Around line 402: Expected text after =item, not a number Around line 407: Expected text after =item, not a number Around line 536: Expected text after =item, not a number Around line 542: Expected text after =item, not a number Around line 551: Expected text after =item, not a number Around line 555: Expected text after =item, not a number Around line 561: Expected text after =item, not a number Around line 601: Expected text after =item, not a number Around line 609: Expected text after =item, not a number Around line 616: Expected text after =item, not a number Around line 622: Expected text after =item, not a number Around line 629: Expected text after =item, not a number Around line 673: Expected text after =item, not a number Around line 679: Expected text after =item, not a number Around line 684: Expected text after =item, not a number Around line 690: Expected text after =item, not a number Around line 729: Expected text after =item, not a number Around line 733: Expected text after =item, not a number Around line 741: Expected text after =item, not a number Around line 748: Expected text after =item, not a number Around line 753: Expected text after =item, not a number Around line 760: Expected text after =item, not a number Around line 801: Expected text after =item, not a number Around line 809: Expected text after =item, not a number Around line 855: Expected text after =item, not a number Around line 860: Expected text after =item, not a number Around line 898: Expected text after =item, not a number Around line 903: 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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: CGI/Base.pm, CGI/BasePlus.pm, CGI/Carp.pm, CGI/Form.pm, CGI/MiniSvr.pm, CGI/Request.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: CGI::Base, CGI::BasePlus, CGI::Carp, CGI::Form, CGI::MiniSvr, CGI::Request

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • CGI/Base.pm: HASH(0x55607c0ae1e8)
  • CGI/BasePlus.pm: HASH(0x55607c266580)
  • CGI/Form.pm: HASH(0x55607cca4cc0)
  • CGI/MiniSvr.pm: HASH(0x55607c0d3d00)
  • CGI/Request.pm: HASH(0x55607cbde590)

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
CGI::Base HTTP Daemon Common Gateway Interface (CGI) Base Class metacpan
CGI::BasePlus HTTP CGI Base Class with Handling of Multipart Forms metacpan
CGI::Carp CGI routines for writing to the HTTPD (or other) error log 1.06 metacpan
CGI::Form Build Smart HTML Forms on Top of the CGI:: Modules metacpan
CGI::MiniSvr Adds to CGI::Base the ability for a CGI script to become a mini http server. metacpan
CGI::Request Parse client request via a CGI interface metacpan

Provides

Name File View
CGI::Base::timestamp CGI/Base.pm metacpan
MultipartBuffer CGI/BasePlus.pm metacpan
TempFile CGI/BasePlus.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan