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_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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!

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:

  • MANIFEST (21) does not match dist (19):
  • Duplicates in MANIFEST: TiVo/HME/Changes, TiVo/HME/README

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: TiVo::HME::Application, TiVo::HME::CONST, TiVo::HME::Context, TiVo::HME::Resource, TiVo::HME::Server, TiVo::HME::View

prereq_matches_use

List all used modules in META.yml requires

Error:

  • HTTP::Daemon
  • HTTP::Status

main_module_version_matches_dist_version

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

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: TiVo/HME/Application.pm, TiVo/HME/CONST.pm, TiVo/HME/Context.pm, TiVo/HME/IO.pm, TiVo/HME/Resource.pm, TiVo/HME/Server.pm, TiVo/HME/View.pm, TiVo/HME/examples/animate.pm, TiVo/HME/examples/hail.pm, TiVo/HME/examples/time.pm, TiVo/HME/examples/video_background.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: TiVo::HME::Application, TiVo::HME::CONST, TiVo::HME::Context, TiVo::HME::Resource, TiVo::HME::Server, TiVo::HME::View

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
TiVo::HME::Application Perl implementation of TiVo's HME protocol See http://tivohme.sourceforge.net/ 1.0 metacpan
TiVo::HME::CONST metacpan
TiVo::HME::Context metacpan
TiVo::HME::IO 1.0 metacpan
TiVo::HME::Resource 1.0 metacpan
TiVo::HME::Server metacpan
TiVo::HME::View metacpan
animate 1.0 metacpan
hail 1.0 metacpan
time 1.0 metacpan
video_background 1.0 metacpan

Provides

Name File View
sprite_view TiVo/HME/examples/animate.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan