Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

no_generated_files

Remove the offending files/directories!

Error: pm_to_blib

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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 (414) does not match dist (394):
  • Missing in Dist: doc/LaTeX/Aufbau1.png, doc/LaTeX/bars.tex, doc/LaTeX/base.tex, doc/LaTeX/composite.tex, doc/LaTeX/composite_f.png, doc/LaTeX/direction.tex, doc/LaTeX/error.tex, doc/LaTeX/example.tex, doc/LaTeX/hbars.tex, doc/LaTeX/lines.tex, doc/LaTeX/linespoints.tex, doc/LaTeX/mountain-1.png, doc/LaTeX/mountain.tex, doc/LaTeX/ort.png, doc/LaTeX/pareto.tex, doc/LaTeX/pie.tex, doc/LaTeX/points.tex, doc/LaTeX/split.tex, doc/LaTeX/stacked.tex, doc/html/graph_legend.dot

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.4.7/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.

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: 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

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

Other Files

MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan