Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a map structure from string or file. (recommends) [Validation: 1.0];Expected a map structure from string or file. (requires) [Validation: 1.0]

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

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: Cannot find MANIFEST in dist.

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: WWW::Kontent, WWW::Kontent::Class::Kategory, WWW::Kontent::Class::Kiki, WWW::Kontent::Class::Kode, WWW::Kontent::Class::Setting, WWW::Kontent::Class::User, WWW::Kontent::Exceptions, WWW::Kontent::Foundation, WWW::Kontent::Hash, WWW::Kontent::Magic::Fidelius, WWW::Kontent::Parser::Kolophon, WWW::Kontent::Parser::Unparsed, WWW::Kontent::Path, WWW::Kontent::Renderer::Dump, WWW::Kontent::Renderer::HTML, WWW::Kontent::Renderer::XML, WWW::Kontent::Request, WWW::Kontent::Session, WWW::Kontent::Skeleton, WWW::Kontent::Store, WWW::Kontent::Store::Dummy, WWW::Kontent::Store::NarrowDBI::Pages, WWW::Kontent::Store::NarrowDBI::Pool, WWW::Kontent::Store::NarrowDBI::Revs

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: WWW-Kontent-0.02/WWW/Kontent/Class/Kategory.pm -- Around line 36: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Class/Kiki.pm -- Around line 35: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Class/Kode.pm -- Around line 36: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Class/Setting.pm -- Around line 49: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Exceptions.pm -- Around line 68: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Hash.pm -- Around line 44: =back doesn't take any parameters, but you said =back 4 Around line 100: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Magic/Fidelius.pm -- Around line 49: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Request.pm -- Around line 35: =back doesn't take any parameters, but you said =back 4 Around line 114: =back doesn't take any parameters, but you said =back 4 Around line 193: =back doesn't take any parameters, but you said =back 4 Around line 354: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Session.pm -- Around line 36: =back doesn't take any parameters, but you said =back 4 Around line 60: =back doesn't take any parameters, but you said =back 4 Around line 101: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Skeleton.pm -- Around line 172: =back doesn't take any parameters, but you said =back 4 Around line 275: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Store/NarrowDBI.pm -- Around line 57: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent/Store.pm -- Around line 49: =back doesn't take any parameters, but you said =back 4 Around line 108: =back doesn't take any parameters, but you said =back 4 Around line 138: =back doesn't take any parameters, but you said =back 4 Around line 194: =back doesn't take any parameters, but you said =back 4 Around line 268: =back doesn't take any parameters, but you said =back 4 Around line 299: =back doesn't take any parameters, but you said =back 4 WWW-Kontent-0.02/WWW/Kontent.pm -- Around line 52: =back doesn't take any parameters, but you said =back 4

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: WWW/Kontent.pm, WWW/Kontent/Class/Kategory.pm, WWW/Kontent/Class/Kiki.pm, WWW/Kontent/Class/Kode.pm, WWW/Kontent/Class/Setting.pm, WWW/Kontent/Class/User.pm, WWW/Kontent/Exceptions.pm, WWW/Kontent/Foundation.pm, WWW/Kontent/Hash.pm, WWW/Kontent/Magic/Fidelius.pm, WWW/Kontent/Parser/Kolophon.pm, WWW/Kontent/Parser/Unparsed.pm, WWW/Kontent/Path.pm, WWW/Kontent/Renderer/Dump.pm, WWW/Kontent/Renderer/HTML.pm, WWW/Kontent/Renderer/XML.pm, WWW/Kontent/Request.pm, WWW/Kontent/Session.pm, WWW/Kontent/Skeleton.pm, WWW/Kontent/Store.pm, WWW/Kontent/Store/Dummy.pm, WWW/Kontent/Store/NarrowDBI.pm, WWW/Kontent/Store/NarrowDBI/Pages.pm, WWW/Kontent/Store/NarrowDBI/Pool.pm, WWW/Kontent/Store/NarrowDBI/Revs.pm

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: WWW::Kontent, WWW::Kontent::Class::Kategory, WWW::Kontent::Class::Kiki, WWW::Kontent::Class::Kode, WWW::Kontent::Class::Setting, WWW::Kontent::Class::User, WWW::Kontent::Exceptions, WWW::Kontent::Foundation, WWW::Kontent::Hash, WWW::Kontent::Magic::Fidelius, WWW::Kontent::Parser::Kolophon, WWW::Kontent::Parser::Unparsed, WWW::Kontent::Path, WWW::Kontent::Renderer::Dump, WWW::Kontent::Renderer::HTML, WWW::Kontent::Renderer::XML, WWW::Kontent::Request, WWW::Kontent::Session, WWW::Kontent::Skeleton, WWW::Kontent::Store, WWW::Kontent::Store::Dummy, WWW::Kontent::Store::NarrowDBI::Pages, WWW::Kontent::Store::NarrowDBI::Pool, WWW::Kontent::Store::NarrowDBI::Revs

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
WWW::Kontent::Path Classes for navigating Kontent stores metacpan
WWW::Kontent::Request Kontent request object metacpan
WWW::Kontent::Session Kontent session manager metacpan
WWW::Kontent::Skeleton Kontent skeleton (syntax-independent document formatting tree) class metacpan
WWW::Kontent::Store::NarrowDBI::Pool no user servicable parts inside metacpan

Provides

Name File View
WWW::Kontent::Class WWW/Kontent/Foundation.pm metacpan
WWW::Kontent::Exceptions::Error WWW/Kontent/Exceptions.pm metacpan
WWW::Kontent::Exceptions::Restart WWW/Kontent/Exceptions.pm metacpan
WWW::Kontent::Page WWW/Kontent/Store.pm metacpan
WWW::Kontent::Renderer WWW/Kontent/Foundation.pm metacpan
WWW::Kontent::Revision WWW/Kontent/Store.pm metacpan
WWW::Kontent::Store::Pool WWW/Kontent/Store.pm metacpan

Other Files

META.yml metacpan
README metacpan