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: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

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 (165) does not match dist (128):
  • Missing in Dist: inc/Module/Install/Can.pm, inc/Module/Install/Fetch.pm, inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, inc/Test/WWW/Mechanize/Catalyst.pm, lib/Catalyst/Helper/Controller/Atompub/Collection.pm, lib/Catalyst/Helper/Controller/Atompub/Service.pm, samples/MyAtom/test.db, samples/MyBlog/test.db, samples/OurBlogs/Changes, samples/OurBlogs/Makefile.PL, samples/OurBlogs/README, samples/OurBlogs/init.sql, samples/OurBlogs/lib/OurBlogs.pm, samples/OurBlogs/lib/OurBlogs/Controller/Collection.pm, samples/OurBlogs/lib/OurBlogs/Controller/Root.pm, samples/OurBlogs/lib/OurBlogs/Controller/Service.pm, samples/OurBlogs/lib/OurBlogs/Model/DBIC.pm, samples/OurBlogs/lib/OurBlogs/Model/Schema.pm, samples/OurBlogs/ourblogs.yml, samples/OurBlogs/root/favicon.ico, samples/OurBlogs/root/static/images/btn_120x50_built.png, samples/OurBlogs/root/static/images/btn_120x50_built_shadow.png, samples/OurBlogs/root/static/images/btn_120x50_powered.png, samples/OurBlogs/root/static/images/btn_120x50_powered_shadow.png, samples/OurBlogs/root/static/images/btn_88x31_built.png, samples/OurBlogs/root/static/images/btn_88x31_built_shadow.png, samples/OurBlogs/root/static/images/btn_88x31_powered.png, samples/OurBlogs/root/static/images/btn_88x31_powered_shadow.png, samples/OurBlogs/root/static/images/catalyst_logo.png, samples/OurBlogs/script/ourblogs_cgi.pl, samples/OurBlogs/script/ourblogs_create.pl, samples/OurBlogs/script/ourblogs_fastcgi.pl, samples/OurBlogs/script/ourblogs_server.pl, samples/OurBlogs/script/ourblogs_test.pl, samples/OurBlogs/t/01.t, samples/OurBlogs/test.db

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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.

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: blib/lib/Catalyst/Controller/Atompub.pm, blib/lib/Catalyst/Controller/Atompub/Base.pm, blib/lib/Catalyst/Controller/Atompub/Collection.pm, blib/lib/Catalyst/Controller/Atompub/Service.pm

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
Catalyst::Controller::Atompub 0.005004 metacpan
Catalyst::Controller::Atompub::Base metacpan
Catalyst::Controller::Atompub::Collection metacpan
Catalyst::Controller::Atompub::Service metacpan

Provides

Name File View
Catalyst::Controller::Atompub::Collection::Resource lib/Catalyst/Controller/Atompub/Collection.pm metacpan
Catalyst::Controller::Atompub::Info lib/Catalyst/Controller/Atompub/Base.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
samples/MyAtom/Makefile.PL metacpan
samples/MyBlog/Makefile.PL metacpan