Kwalitee Issues

meta_yml_is_parsable

Upgrade your YAML generator so it produces valid YAML.

Error: CPAN::Meta::YAML failed to classify line ' Test::Pod::Coverage 1.04'

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 (23) does not match dist (43):
  • Missing in MANIFEST: ._Changes, ._Find.pm, ._Makefile.PL, ._README, examples/._example.pl, t/._1-use.t, t/._2-find.t, t/._3-usesub.t, t/._4-useall.t, t/._5-setmoduledirs.t, t/._6-duplicate-modules.t, t/._pod-coverage.t, t/._pod.t, test/._ModuleFindTest.pm, test/._README, test/ModuleFindTest/._SubMod.pm, test/ModuleFindTest/SubMod/._SubSubMod.pm, test/duplicates/._ModuleFindTest.pm, test/duplicates/ModuleFindTest/._SubMod.pm, test/duplicates/ModuleFindTest/SubMod/._SubSubMod.pm

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: ._Find

no_pod_errors

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

Error: Module-Find-0.07/Find.pm -- Around line 260: Non-ASCII character seen before =encoding in 'Völker'. Assuming UTF-8

has_meta_json

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

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Changes
  • ._Find.pm
  • ._Makefile.PL
  • ._README
  • examples/._example.pl
  • t/._1-use.t
  • t/._2-find.t
  • t/._3-usesub.t
  • t/._4-useall.t
  • t/._5-setmoduledirs.t
  • t/._6-duplicate-modules.t
  • t/._pod-coverage.t
  • t/._pod.t
  • test/._ModuleFindTest.pm
  • test/._README
  • test/ModuleFindTest/._SubMod.pm
  • test/ModuleFindTest/SubMod/._SubSubMod.pm
  • test/duplicates/._ModuleFindTest.pm
  • test/duplicates/ModuleFindTest/._SubMod.pm
  • test/duplicates/ModuleFindTest/SubMod/._SubSubMod.pm

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: ._Find.pm, Find.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: ._Find

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
Module::Find Find and use installed modules in a (sub)category 0.07 metacpan

Provides

Name File View
ModuleFindTest test/duplicates/ModuleFindTest.pm metacpan
ModuleFindTest::SubMod test/duplicates/ModuleFindTest/SubMod.pm metacpan
ModuleFindTest::SubMod::SubSubMod test/duplicates/ModuleFindTest/SubMod/SubSubMod.pm metacpan

Other Files

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