Kwalitee Issues

No Core Issues.

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: test-corpus/Chemistry-Elements.pm, test-corpus/Test-Pod.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: Test::Pod

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Test::Pod
  • Test::Pod::_parser

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.07,1.27,1.40

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
Chemistry::Elements Perl extension for working with Chemical Elements 1.07 metacpan
Test::Pod check for POD errors in files 1.40 metacpan

Provides

Name File View
MyCPAN::App::BackPAN::Indexer lib/App/Indexer.pm metacpan
MyCPAN::Indexer lib/Indexer.pm metacpan
MyCPAN::Indexer::Component lib/Component.pm metacpan
MyCPAN::Indexer::Coordinator lib/Coordinator.pm metacpan
MyCPAN::Indexer::Dispatcher::Parallel lib/Dispatcher/Parallel.pm metacpan
MyCPAN::Indexer::Dispatcher::Serial lib/Dispatcher/Serial.pm metacpan
MyCPAN::Indexer::Interface::ANSIText lib/Interface/ANSIText.pm metacpan
MyCPAN::Indexer::Interface::Curses lib/Interface/Curses.pm metacpan
MyCPAN::Indexer::Interface::Text lib/Interface/Text.pm metacpan
MyCPAN::Indexer::Interface::Tk lib/Interface/Tk.pm metacpan
MyCPAN::Indexer::Notes lib/Notes.pm metacpan
MyCPAN::Indexer::NullTester lib/NullTester.pm metacpan
MyCPAN::Indexer::NullTester::Dispatcher lib/NullTester.pm metacpan
MyCPAN::Indexer::Queue lib/Queue.pm metacpan
MyCPAN::Indexer::Reporter::AsYAML lib/Reporter/AsYAML.pm metacpan
MyCPAN::Indexer::Reporter::Base lib/Reporter/Base.pm metacpan
MyCPAN::Indexer::TestCensus lib/TestCensus.pm metacpan
MyCPAN::Indexer::Tutorial lib/Tutorial.pm metacpan
MyCPAN::Indexer::Worker lib/Worker.pm metacpan
Test::Pod::_parser test-corpus/Test-Pod.pm metacpan

Other Files

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