Kwalitee Issues

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 (15) does not match dist (17):
  • Missing in MANIFEST: Win32-InstallShield-0.7/MANIFEST, Win32-InstallShield-0.7/META.yml, Win32-InstallShield-0.7/Makefile.PL, Win32-InstallShield-0.7/README, Win32-InstallShield-0.7/examples/find_property.pl, Win32-InstallShield-0.7/examples/modify.pl, Win32-InstallShield-0.7/lib/Win32/InstallShield.pm, Win32-InstallShield-0.7/t/add.ism, Win32-InstallShield-0.7/t/attribute.ism, Win32-InstallShield-0.7/t/del.ism, Win32-InstallShield-0.7/t/operations.t, Win32-InstallShield-0.7/t/original.ism, Win32-InstallShield-0.7/t/purge.ism, Win32-InstallShield-0.7/t/summary.ism, Win32-InstallShield-0.7/t/update.ism
  • Missing in Dist: Makefile.PL, README, examples/find_property.pl, examples/modify.pl, lib/Win32/InstallShield.pm, t/add.ism, t/attribute.ism, t/del.ism, t/operations.t, t/original.ism, t/purge.ism, t/summary.ism, t/update.ism

prereq_matches_use

List all used modules in META.yml requires

Error:

  • XML::Parser

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.

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: Win32-InstallShield-0.7/lib/Win32/InstallShield.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.

Other Files

Changes metacpan
MANIFEST metacpan
Win32-InstallShield-0.7/MANIFEST metacpan
Win32-InstallShield-0.7/META.yml metacpan
Win32-InstallShield-0.7/Makefile.PL metacpan