Kwalitee Issues

has_meta_yml

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

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP,Makefile.PL

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Pod::Simple::PullParser
  • Text::English
  • Tk
  • Tk::Derived
  • Tk::Frame
  • Tk::ItemStyle
  • Tk::Toplevel
  • Tk::Tree

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: Tk-Pod-0.99_13/Pod/Text.pm -- Around line 903: You forgot a '=back' before '=head1' Around line 944: Non-ASCII character seen before =encoding in 'ä,'. Assuming CP1252

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: More.pm, Pod.pm, Pod/Cache.pm, Pod/FindPods.pm, Pod/Search.pm, Pod/Search_db.pm, Pod/SimpleBridge.pm, Pod/Styles.pm, Pod/Text.pm, Pod/Tree.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: Tk::More, Tk::Pod, Tk::Pod::Cache, Tk::Pod::FindPods, Tk::Pod::Search, Tk::Pod::Search_db, Tk::Pod::SimpleBridge, Tk::Pod::Styles, Tk::Pod::Text, Tk::Pod::Tree

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • AnyDBM_File

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Tk

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.02,1.07,1.11,2.3,2.4,2.6,4.14,4.2

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • Tk

Modules

Name Abstract Version View
Tk::More a 'more' or 'less' like text widget 2.6 metacpan
Tk::Pod POD browser toplevel widget 4.14 metacpan
Tk::Pod::Cache 1.02 metacpan
Tk::Pod::FindPods find PODs installed on the current system 1.07 metacpan
Tk::Pod::Search Widget to access perlindex POD full text index 2.4 metacpan
Tk::Pod::Search_db dirty OO wrapper for C<perlindex>'s search functionality 2.3 metacpan
Tk::Pod::SimpleBridge render Pod::Simple events to a Tk::Pod window metacpan
Tk::Pod::Styles metacpan
Tk::Pod::Text POD browser widget 4.2 metacpan
Tk::Pod::Tree list POD file hierarchy 1.11 metacpan

Provides

Name File View
AnyDBM_File Pod/Search_db.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan