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.

no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/man3/Test::MockTime.3

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 (5) does not match dist (16):
  • Missing in MANIFEST: Makefile, blib/arch/auto/Test/MockTime/.exists, blib/lib/Test/.exists, blib/lib/Test/MockTime.pm, blib/lib/Test/MockTime.pod, blib/lib/Test/mass.pl, blib/lib/auto/Test/MockTime/.exists, blib/man3/.exists, blib/man3/Test::MockTime.3, mass.pl, pm_to_blib

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Test-MockTime-0.01/blib/lib/Test/MockTime.pod -- Around line 36: '=item' outside of any '=over' Around line 87: You forgot a '=back' before '=head1' Test-MockTime-0.01/lib/Test/MockTime.pod -- Around line 36: '=item' outside of any '=over' Around line 87: You forgot a '=back' before '=head1'

has_meta_json

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

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: blib/lib/Test/MockTime.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.

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
Test::MockTime Replaces actual time with simulated time 0.01 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan