Security Advisories

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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • FCGI

no_pod_errors

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

Error: CGI.pm-3.02/CGI.pm -- Around line 1267: Expected text after =item, not a number Around line 1271: Expected text after =item, not a number Around line 1275: Expected text after =item, not a number Around line 1702: Expected text after =item, not a number Around line 1706: Expected text after =item, not a number Around line 1711: Expected text after =item, not a number Around line 1716: Expected text after =item, not a number Around line 1812: Expected text after =item, not a number Around line 1816: Expected text after =item, not a number Around line 1827: Expected text after =item, not a number Around line 1832: Expected text after =item, not a number Around line 1984: Expected text after =item, not a number Around line 1990: Expected text after =item, not a number Around line 1999: Expected text after =item, not a number Around line 2003: Expected text after =item, not a number Around line 2009: Expected text after =item, not a number Around line 2054: Expected text after =item, not a number Around line 2062: Expected text after =item, not a number Around line 2069: Expected text after =item, not a number Around line 2075: Expected text after =item, not a number Around line 2082: Expected text after =item, not a number Around line 2137: Expected text after =item, not a number Around line 2143: Expected text after =item, not a number Around line 2148: Expected text after =item, not a number Around line 2154: Expected text after =item, not a number Around line 2196: Expected text after =item, not a number Around line 2200: Expected text after =item, not a number Around line 2208: Expected text after =item, not a number Around line 2215: Expected text after =item, not a number Around line 2220: Expected text after =item, not a number Around line 2227: Expected text after =item, not a number Around line 2275: Expected text after =item, not a number Around line 2283: Expected text after =item, not a number Around line 2334: Expected text after =item, not a number Around line 2339: Expected text after =item, not a number Around line 2380: Expected text after =item, not a number Around line 2385: 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: CGI.pm, CGI/Fast.pm, CGI/Object.pm, CGI/Object/CGIlib.pm, CGI/Object/Cookie.pm, CGI/Object/Html.pm, CGI/Object/Misc.pm, CGI/Object/Misc/append.pm, CGI/Object/Misc/compile.pm, CGI/Object/Misc/delete.pm, CGI/Object/Misc/delete_all.pm, CGI/Object/Misc/dump.pm, CGI/Object/Misc/import_names.pm, CGI/Object/Misc/keywords.pm, CGI/Object/Misc/param_fetch.pm, CGI/Object/Misc/parse_keywordlist.pm, CGI/Object/Misc/print.pm, CGI/Object/Misc/raw_cookie.pm, CGI/Object/Misc/raw_fetch.pm, CGI/Object/Misc/read_from_cmdline.pm, CGI/Object/Misc/restore.pm, CGI/Object/Misc/save.pm, CGI/Object/Misc/to_filehandle.pm, CGI/Object/Misc/url_param.pm, CGI/Object/Misc/use_named_parameters.pm, CGI/Object/Multipart.pm, CGI/Object/Request.pm, CGI/Object/Response.pm, CGI/Object/SelfLoader.pm, CGI/Object/State.pm, CGI/Pretty.pm, CGI/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: CGI, CGI::Fast, CGI::Object, CGI::Object::CGIlib, CGI::Object::Cookie, CGI::Object::Html, CGI::Object::Misc, CGI::Object::Misc::append, CGI::Object::Misc::compile, CGI::Object::Misc::delete, CGI::Object::Misc::delete_all, CGI::Object::Misc::dump, CGI::Object::Misc::import_names, CGI::Object::Misc::keywords, CGI::Object::Misc::param_fetch, CGI::Object::Misc::parse_keywordlist, CGI::Object::Misc::print, CGI::Object::Misc::raw_cookie, CGI::Object::Misc::raw_fetch, CGI::Object::Misc::read_from_cmdline, CGI::Object::Misc::restore, CGI::Object::Misc::save, CGI::Object::Misc::to_filehandle, CGI::Object::Misc::url_param, CGI::Object::Misc::use_named_parameters, CGI::Object::Multipart, CGI::Object::Request, CGI::Object::Response, CGI::Object::SelfLoader, CGI::Object::State, CGI::Pretty, CGI::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.02

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 Simple Common Gateway Interface Class 3.02 metacpan
CGI::Fast CGI Interface for Fast CGI 1.02 metacpan
CGI::Object metacpan
CGI::Object::CGIlib metacpan
CGI::Object::Cookie metacpan
CGI::Object::Html metacpan
CGI::Object::Misc metacpan
CGI::Object::Multipart metacpan
CGI::Object::Request metacpan
CGI::Object::Response metacpan
CGI::Object::SelfLoader metacpan
CGI::Object::State 0.1 metacpan
CGI::Pretty module to produce nicely formatted HTML code 1.04 metacpan
CGI::Push Simple Interface to Server Push 1.01 metacpan
autoload only load modules when they're used 1.00 metacpan

Provides

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

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan