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

no_generated_files

Remove the offending files/directories!

Error: pm_to_blib

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 (395) does not match dist (394):
  • Missing in MANIFEST: LICENSE, lib/Chart.pod, lib/Chart/Bars.pm, lib/Chart/Base.pm, lib/Chart/BrushStyles.pm, lib/Chart/Composite.pm, lib/Chart/Constants.pm, lib/Chart/Direction.pm, lib/Chart/ErrorBars.pm, lib/Chart/HorizontalBars.pm, lib/Chart/Lines.pm, lib/Chart/LinesPoints.pm, lib/Chart/Mountain.pm, lib/Chart/Pareto.pm, lib/Chart/Pie.pm, lib/Chart/Points.pm, lib/Chart/Split.pm, lib/Chart/StackedBars.pm
  • Missing in Dist: Chart.pod, Chart/Bars.pm, Chart/Base.pm, Chart/BrushStyles.pm, Chart/Composite.pm, Chart/Constants.pm, Chart/Direction.pm, Chart/ErrorBars.pm, Chart/HorizontalBars.pm, Chart/Lines.pm, Chart/LinesPoints.pm, Chart/Mountain.pm, Chart/Pareto.pm, Chart/Pie.pm, Chart/Points.pm, Chart/Split.pm, Chart/StackedBars.pm, LICENCE, MYMETA.yml

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: Chart-2.400.2/lib/Chart.pod -- Around line 694: '=item' outside of any '=over' Around line 706: '=item' outside of any '=over'

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

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

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: Chart::Bars, Chart::Base, Chart::BrushStyles, Chart::Composite, Chart::Constants, Chart::Direction, Chart::ErrorBars, Chart::HorizontalBars, Chart::Lines, Chart::LinesPoints, Chart::Mountain, Chart::Pareto, Chart::Pie, Chart::Points, Chart::Split, Chart::StackedBars

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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.

Other Files

CONTRIBUTING metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan