Kwalitee Issues

buildtool_not_executable

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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Convert-Binary-C-0.72/support/Test/Harness/Point.pm -- Around line 67: =over without closing =back

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: support/Test.pm, support/Test/Builder.pm, support/Test/Builder/Module.pm, support/Test/Builder/Tester.pm, support/Test/Builder/Tester/Color.pm, support/Test/Harness.pm, support/Test/Harness/Assert.pm, support/Test/Harness/Iterator.pm, support/Test/Harness/Point.pm, support/Test/Harness/Straps.pm, support/Test/More.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: Convert::Binary::C, Convert::Binary::C::Cached, Test, Test::Builder, Test::Builder::Module, Test::Builder::Tester, Test::Builder::Tester::Color, Test::Harness, Test::Harness::Assert, Test::Harness::Iterator, Test::Harness::Point, Test::Harness::Straps, Test::More

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
  • Test::Builder
  • Test::Builder::Module
  • Test::Builder::Tester
  • Test::Builder::Tester::Color
  • Test::Builder::Tester::Tie
  • Test::Harness
  • Test::More

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.02,0.03,0.26,0.33,0.64,0.72,1.04,1.25,2.62

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
Convert::Binary::C Binary Data Conversion using C Types 0.72 metacpan
Convert::Binary::C::Cached Caching for Convert::Binary::C 0.72 metacpan
Test provides a simple framework for writing test scripts 1.25 metacpan
Test::Builder Backend for building test libraries 0.33 metacpan
Test::Builder::Module Base class for test modules 0.03 metacpan
Test::Builder::Tester test testsuites that have been built with Test::Builder 1.04 metacpan
Test::Builder::Tester::Color turn on colour in Test::Builder::Tester metacpan
Test::Harness Run Perl standard test scripts with statistics 2.62 metacpan
Test::Harness::Assert simple assert 0.02 metacpan
Test::Harness::Iterator Internal Test::Harness Iterator 0.02 metacpan
Test::Harness::Point object for tracking a single test point 0.01 metacpan
Test::Harness::Straps detailed analysis of test results 0.26 metacpan
Test::More yet another framework for writing test scripts 0.64 metacpan

Provides

Name File View
Test::Builder::Tester::Tie support/Test/Builder/Tester.pm metacpan
Test::Harness::Iterator::ARRAY support/Test/Harness/Iterator.pm metacpan
Test::Harness::Iterator::FH support/Test/Harness/Iterator.pm metacpan

Other Files

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