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 (116) does not match dist (117):
  • Missing in MANIFEST: README

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: <% $app_name %>::Conf, <% $app_name %>::Log, <% $app_name %>::Mason, <% $app_name %>::Mason::Compilation, <% $app_name %>::Mason::Request, Poet::Environment, Poet::Plack::Request, Poet::Plack::Response

prereq_matches_use

List all used modules in META.yml requires

Error:

  • List::MoreUtils
  • Test::WWW::Mechanize::PSGI

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.

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: share/generate.skel/lib/MyApp/Conf.pm, share/generate.skel/lib/MyApp/Log.pm, share/generate.skel/lib/MyApp/Mason.pm, share/generate.skel/lib/MyApp/Mason/Compilation.pm, share/generate.skel/lib/MyApp/Mason/Request.pm

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: <% $app_name %>::Conf, <% $app_name %>::Log, <% $app_name %>::Mason, <% $app_name %>::Mason::Compilation, <% $app_name %>::Mason::Request, Poet::Environment, Poet::Plack::Request, Poet::Plack::Response

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.

Modules

Name Abstract Version View
Poet a modern Perl web framework for Mason developers 0.13 metacpan
Poet::App 0.13 metacpan
Poet::Cache Poet caching with CHI 0.13 metacpan
Poet::Conf Poet configuration 0.13 metacpan
Poet::Environment Poet environment 0.13 metacpan
Poet::Environment::Generator 0.13 metacpan
Poet::Import Import Poet quick vars and utilities 0.13 metacpan
Poet::Log Poet logging 0.13 metacpan
Poet::Mason Mason settings and enhancements for Poet 0.13 metacpan
Poet::Mason::Plugin 0.13 metacpan
Poet::Mechanize 0.13 metacpan
Poet::Moose Poet Moose policies 0.13 metacpan
Poet::Plack::Request Poet's subclass of Plack::Request 0.13 metacpan
Poet::Plack::Response Poet's subclass of Plack::Response 0.13 metacpan
Poet::Script Intialize Poet for a script 0.13 metacpan
Poet::Server 0.13 metacpan
Poet::Tools 0.13 metacpan
Poet::Types 0.13 metacpan
Poet::Util::Debug Debug utilities 0.13 metacpan
Poet::Util::File File utilities 0.13 metacpan
Poet::Util::Web Web-related utilities 0.13 metacpan

Other Files

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