Kwalitee Issues

has_meta_yml

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

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 (40) does not match dist (56):
  • Missing in MANIFEST: CVS/Entries, CVS/Entries.Log, CVS/Repository, CVS/Root, examples/CVS/Entries, examples/CVS/Repository, examples/CVS/Root, html/CVS/Entries, html/CVS/Repository, html/CVS/Root, t/CVS/Entries, t/CVS/Repository, t/CVS/Root, test_api/CVS/Entries, test_api/CVS/Repository, test_api/CVS/Root

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: perldap-1.4/API.pm -- Around line 384: '=item' outside of any '=over' Around line 2824: You forgot a '=back' before '=head1'

has_meta_json

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

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

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: API.pm, Conn.pm, Entry.pm, LDIF.pm, Utils.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: Mozilla::LDAP::API, Mozilla::LDAP::Conn, Mozilla::LDAP::Entry, Mozilla::LDAP::LDIF, Mozilla::LDAP::Utils

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.07,1.4

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
Mozilla::LDAP::API Perl methods for LDAP C API calls 1.4 metacpan
Mozilla::LDAP::Conn Object Oriented API for the LDAP SDK. 1.4 metacpan
Mozilla::LDAP::Entry 1.4 metacpan
Mozilla::LDAP::LDIF read or write LDIF (LDAP Data Interchange Format) 0.07 metacpan
Mozilla::LDAP::Utils 1.4 metacpan

Other Files

ChangeLog metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan