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 (191) does not match dist (190):
  • Duplicates in MANIFEST: META.yml

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

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: Pod::Tree, Pod::Tree::HTML, Pod::Tree::Node, Pod::Tree::PerlBin, Pod::Tree::PerlDist, Pod::Tree::PerlFunc, Pod::Tree::PerlLib, Pod::Tree::PerlMap, Pod::Tree::PerlPod, Pod::Tree::PerlTop, Pod::Tree::PerlUtil, Pod::Tree::Pod

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.10,1.16

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Pod::Tree Create a static syntax tree for a POD 1.16 metacpan
Pod::Tree::HTML Generate HTML from a Pod::Tree 1.10 metacpan
Pod::Tree::Node nodes in a Pod::Tree 1.10 metacpan
Pod::Tree::PerlBin translate program PODs to HTML metacpan
Pod::Tree::PerlDist translate Perl distribution documentation to HTML metacpan
Pod::Tree::PerlFunc translate F<perlfunc.pod> to HTML metacpan
Pod::Tree::PerlLib translate module PODs to HTML metacpan
Pod::Tree::PerlMap map names to URLs metacpan
Pod::Tree::PerlPod translate Perl PODs to HTML metacpan
Pod::Tree::PerlTop generate a top-level index for Perl PODs metacpan
Pod::Tree::PerlUtil metacpan
Pod::Tree::Pod Convert a Pod::Tree back to a POD metacpan

Provides

Name File View
Pod::Tree::BitBucket lib/Pod/Tree/HTML.pm metacpan
Pod::Tree::HTML::LinkMap lib/Pod/Tree/HTML.pm metacpan
Pod::Tree::HTML::PerlTop lib/Pod/Tree/PerlTop.pm metacpan
Pod::Tree::StrStream lib/Pod/Tree/HTML.pm metacpan
Pod::Tree::Stream lib/Pod/Tree.pm metacpan

Other Files

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