Kwalitee Issues

has_manifest

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

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: MyApp::Logger, MyApp::Once, MyApp::Sleep, MyApp::Time, MyApp::Timer, MyApp::Version

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Data::Object::Class
  • Data::Object::ClassHas

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: definitions/MyApp/Logger.pm, definitions/MyApp/Once.pm, definitions/MyApp/Sleep.pm, definitions/MyApp/Time.pm, definitions/MyApp/Timer.pm, definitions/MyApp/Version.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: MyApp::Logger, MyApp::Once, MyApp::Sleep, MyApp::Time, MyApp::Timer, MyApp::Version

test_prereq_matches_use

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

Error:

  • Data::Object::Space

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
Zing::Zang Process Implementation 0.01 metacpan
Zing::Zang::Launcher Process Launcher 0.01 metacpan
Zing::Zang::Simple Simple-Task Process 0.01 metacpan
Zing::Zang::Single Single-Task Process 0.01 metacpan
Zing::Zang::Spawner Process Spawner 0.01 metacpan
Zing::Zang::Timer Timer Process 0.01 metacpan
Zing::Zang::Watcher Watcher Process 0.01 metacpan
Zing::Zang::Worker Worker Process 0.01 metacpan

Other Files

META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.md metacpan
cpanfile metacpan