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.

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 (12) does not match dist (48):
  • Missing in MANIFEST: inc/Module/AutoInstall.pm, inc/Module/Install.pm, inc/Module/Install.pod, inc/Module/Install/Admin.pm, inc/Module/Install/Admin/Bundle.pm, inc/Module/Install/Admin/Find.pm, inc/Module/Install/Admin/Include.pm, inc/Module/Install/Admin/Makefile.pm, inc/Module/Install/Admin/Manifest.pm, inc/Module/Install/Admin/Metadata.pm, inc/Module/Install/Admin/ScanDeps.pm, inc/Module/Install/Admin/WriteAll.pm, inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm, inc/Module/Install/Build.pm, inc/Module/Install/Bundle.pm, inc/Module/Install/Can.pm, inc/Module/Install/Compiler.pm, inc/Module/Install/Deprecated.pm, inc/Module/Install/External.pm, inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm, inc/Module/Install/Inline.pm, inc/Module/Install/MakeMaker.pm, inc/Module/Install/Makefile.pm, inc/Module/Install/Makefile/Name.pm, inc/Module/Install/Makefile/Version.pm, inc/Module/Install/Metadata.pm, inc/Module/Install/PAR.pm, inc/Module/Install/Philosophy.pod, inc/Module/Install/Run.pm, inc/Module/Install/Scripts.pm, inc/Module/Install/Share.pm, inc/Module/Install/Win32.pm, inc/Module/Install/With.pm, inc/Module/Install/WriteAll.pm

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: perl-Apache2-LogUtil-00.01001/lib/Apache2/LogUtil.pm -- Around line 185: =cut found outside a pod block. Skipping to next block. perl-Apache2-LogUtil-00.01001/lib/Apache2/Testing/LogUtil.pm -- Around line 46: =cut found outside a pod block. Skipping to next block. perl-Apache2-LogUtil-00.01001/lib/Misc/Stopwatch.pm -- Around line 176: =cut found outside a pod block. Skipping to next block.

has_meta_json

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

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: Apache2::LogUtil, Misc::Stopwatch

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
Apache2::LogUtil Simple logging API with run-time context 0.1 metacpan
Apache2::Testing::LogUtil Test the methods of Apache2::LogUtil metacpan
Misc::Stopwatch Measure elapsed time 0.1 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan