Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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: POE-0.28/lib/Test/Harness/Assert.pm -- Around line 58: You forgot a '=back' before '=head1'

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.

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: ExtUtils::AutoInstall, MyOtherFreezer, Null, Test::Harness, Test::Harness::Assert, Test::Harness::Iterator, Test::Harness::Straps, TestSetup, Trace

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:

  • DB
  • ExtUtils::AutoInstall
  • MY
  • Null
  • Test::Harness
  • Test::Harness::Assert
  • Test::Harness::Iterator
  • Test::Harness::Iterator::ARRAY
  • Test::Harness::Iterator::FH
  • Test::Harness::Straps

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.01,0.14,0.52,1.2,1.3,1.8,1.9,2.26

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
DB 1.8 metacpan
ExtUtils::AutoInstall Automatic install of dependencies via CPAN 0.52 metacpan
MY metacpan
MyOtherFreezer 1.3 metacpan
Null 1.2 metacpan
Test::Harness run perl standard test scripts with statistics 2.26 metacpan
Test::Harness::Assert simple assert 0.01 metacpan
Test::Harness::Iterator Internal Test::Harness Iterator 0.01 metacpan
Test::Harness::Iterator::ARRAY 0.01 metacpan
Test::Harness::Iterator::FH 0.01 metacpan
Test::Harness::Straps detailed analysis of test results 0.14 metacpan
TestSetup 1.9 metacpan
Trace 1.8 metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
lib/Build.PL metacpan