Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

has_tests

Add tests!

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.

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: Cannot find MANIFEST in dist.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Class::ParamParser

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-FormGenerator-0.92/lib/HTML/FormMaker.pm -- Around line 2029: Expected text after =item, not a number Around line 2034: Expected text after =item, not a number Around line 2052: Expected text after =item, not a number Around line 2058: Expected text after =item, not a number Around line 2076: Expected text after =item, not a number Around line 2083: Expected text after =item, not a number Around line 2091: Expected text after =item, not a number Around line 2097: Expected text after =item, not a number Around line 2107: Expected text after =item, not a number Around line 2117: Expected text after =item, not a number Around line 2122: You forgot a '=back' before '=head1' CGI-FormGenerator-0.92/lib/HTML/TagMaker.pm -- Around line 798: Expected text after =item, not a number Around line 806: Expected text after =item, not a number Around line 813: Expected text after =item, not a number Around line 818: Expected text after =item, not a number Around line 824: Expected text after =item, not a number Around line 830: 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!

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::EventCountFile, CGI::HashOfArrays, CGI::SequentialFile, CGI::WebUserIO, HTML::FormMaker, HTML::PageMaker, HTML::TagMaker

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.92,1.0,1.01,1.02,1.03

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
CGI::EventCountFile Perl module that interfaces to a tab-delimited text file for storing date-bounded counts of occurances for multiple events, such as web page views. 1.03 metacpan
CGI::HashOfArrays Perl module that implements a hash whose keys can have either single or multiple values, and which can process url-encoded data. 1.02 metacpan
CGI::SequentialFile Perl module that interfaces to a common text file format which stores records as named and url-escaped key=value pairs. 1.02 metacpan
CGI::WebUserIO Perl module that gathers, parses, and manages user input and output data, including HTTP headers, query strings, posts, searches, cookies, and shell arguments, as well as providing cleaner access to many environment variables, consistantly under both CGI and mod_perl. 0.92 metacpan
HTML::FormMaker Perl module that maintains a predefined html input form definition with which it can generate form html, complete with persistant and error-checked user input, as well as formatted reports of the user input in html or plain text format. 1.01 metacpan
HTML::PageMaker Perl module that maintains and assembles the components of a new HTML 4 page, with CSS, and also provides search and replace capabilities. 1.0 metacpan
HTML::TagMaker Perl module that can create any HTML tags, as well as groups of or just parts of them, and complete html headers or footers. 1.01 metacpan

Other Files

ChangeLog.txt metacpan