Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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.

no_pod_errors

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

Error: Mac-Finder-DSStore-0.96/DSStoreFormat.pod -- Around line 295: Expected text after =item, not a number Around line 300: Expected text after =item, not a number Around line 304: Expected text after =item, not a number Around line 309: Expected text after =item, not a number

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: DSStore.pm, BuddyAllocator.pm, BuddyAllocator.pm, BuddyAllocator.pm, BuddyAllocator.pm, DSStore.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.

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.

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • Module::Build

Modules

Name Abstract Version View
Mac::Finder::DSStore Read and write Macintosh Finder DS_Store files 0.96 metacpan
Mac::Finder::DSStore::BuddyAllocator Allocate space within a file 0.96 metacpan
Mac::Finder::DSStore::BuddyAllocator::Block metacpan
Mac::Finder::DSStore::BuddyAllocator::StringBlock metacpan
Mac::Finder::DSStore::BuddyAllocator::WriteBlock metacpan
Mac::Finder::DSStore::Entry metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.yml metacpan
README metacpan