Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

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: Makefile, pm_to_blib

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/man3/Coat::Persistent.3pm
  • blib/man3/Coat::Persistent::Meta.3pm
  • blib/man3/Coat::Persistent::Object.3pm
  • blib/man3/Coat::Persistent::Types.3pm
  • blib/man3/Coat::Persistent::Types::MySQL.3pm

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: Cannot find MANIFEST in dist.

no_pod_errors

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

Error: Coat-Persistent-0.220/blib/lib/Coat/Persistent/Types.pm -- Around line 118: '=item' outside of any '=over' Coat-Persistent-0.220/blib/lib/Coat/Persistent.pm -- Around line 1240: =back without =over Around line 1242: '=item' outside of any '=over' Coat-Persistent-0.220/lib/Coat/Persistent/Types.pm -- Around line 118: '=item' outside of any '=over' Coat-Persistent-0.220/lib/Coat/Persistent.pm -- Around line 1240: =back without =over Around line 1242: '=item' outside of any '=over'

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/Coat/Persistent.pm, blib/lib/Coat/Persistent/Constraint.pm, blib/lib/Coat/Persistent/DBD.pm, blib/lib/Coat/Persistent/Meta.pm, blib/lib/Coat/Persistent/Object.pm, blib/lib/Coat/Persistent/Types.pm, blib/lib/Coat/Persistent/Types/MySQL.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.

Modules

Name Abstract Version View
Coat::Persistent Simple Object-Relational mapping for Coat objects 0.220 metacpan
Coat::Persistent::Constraint metacpan
Coat::Persistent::Meta meta-information for Coat::Persistent objects metacpan
Coat::Persistent::Object root object for Coat::Persistent models metacpan
Coat::Persistent::Types metacpan
Coat::Persistent::Types::MySQL Attribute types and coercions for MySQL data types metacpan

Other Files

Makefile.PL metacpan