Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

no_generated_files

Remove the offending files/directories!

Error: Build

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (29) does not match dist (46):
  • Missing in MANIFEST: Build, _build/build_params, _build/cleanup, blib/lib/Module/Build.pm, blib/lib/Module/Build/Base.pm, blib/lib/Module/Build/Compat.pm, blib/lib/Module/Build/Platform/Amiga.pm, blib/lib/Module/Build/Platform/Default.pm, blib/lib/Module/Build/Platform/EBCDIC.pm, blib/lib/Module/Build/Platform/MPEiX.pm, blib/lib/Module/Build/Platform/MacOS.pm, blib/lib/Module/Build/Platform/RiscOS.pm, blib/lib/Module/Build/Platform/Unix.pm, blib/lib/Module/Build/Platform/VMS.pm, blib/lib/Module/Build/Platform/VOS.pm, blib/lib/Module/Build/Platform/Windows.pm, blib/lib/Module/Build/Platform/darwin.pm

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: blib/lib/Module/Build.pm, blib/lib/Module/Build/Base.pm, blib/lib/Module/Build/Compat.pm, blib/lib/Module/Build/Platform/Amiga.pm, blib/lib/Module/Build/Platform/Default.pm, blib/lib/Module/Build/Platform/EBCDIC.pm, blib/lib/Module/Build/Platform/MPEiX.pm, blib/lib/Module/Build/Platform/MacOS.pm, blib/lib/Module/Build/Platform/RiscOS.pm, blib/lib/Module/Build/Platform/Unix.pm, blib/lib/Module/Build/Platform/VMS.pm, blib/lib/Module/Build/Platform/VOS.pm, blib/lib/Module/Build/Platform/Windows.pm, blib/lib/Module/Build/Platform/darwin.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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: Module::Build, Module::Build, Module::Build::Base, Module::Build::Base, Module::Build::Compat, Module::Build::Compat, Module::Build::Platform::Amiga, Module::Build::Platform::Amiga, Module::Build::Platform::Default, Module::Build::Platform::Default, Module::Build::Platform::EBCDIC, Module::Build::Platform::EBCDIC, Module::Build::Platform::MPEiX, Module::Build::Platform::MPEiX, Module::Build::Platform::MacOS, Module::Build::Platform::MacOS, Module::Build::Platform::RiscOS, Module::Build::Platform::RiscOS, Module::Build::Platform::Unix, Module::Build::Platform::Unix, Module::Build::Platform::VMS, Module::Build::Platform::VMS, Module::Build::Platform::VOS, Module::Build::Platform::VOS, Module::Build::Platform::Windows, Module::Build::Platform::Windows, Module::Build::Platform::darwin, Module::Build::Platform::darwin

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
Module::Build Build and install Perl modules 0.08 metacpan
Module::Build::Base Default methods for Module::Build metacpan
Module::Build::Compat Compatibility with ExtUtils::MakeMaker metacpan
Module::Build::Platform::Amiga Builder class for Amiga platforms metacpan
Module::Build::Platform::Default Stub class for unknown platforms metacpan
Module::Build::Platform::EBCDIC Builder class for EBCDIC platforms metacpan
Module::Build::Platform::MPEiX Builder class for MPEiX platforms metacpan
Module::Build::Platform::MacOS Builder class for MacOS platforms metacpan
Module::Build::Platform::RiscOS Builder class for RiscOS platforms metacpan
Module::Build::Platform::Unix Builder class for Unix platforms metacpan
Module::Build::Platform::VMS Builder class for VMS platforms metacpan
Module::Build::Platform::VOS Builder class for VOS platforms metacpan
Module::Build::Platform::Windows Builder class for Windows platforms metacpan
Module::Build::Platform::darwin Builder class for Mac OS X platform metacpan

Provides

Name File View
Module::Build::Base::_version lib/Module/Build/Base.pm metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
README metacpan
t/MANIFEST metacpan
t/XSTest/Build.PL metacpan
t/XSTest/MANIFEST metacpan