Kwalitee Issues

has_meta_yml

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

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 (28) does not match dist (45):
  • Missing in MANIFEST: Makefile.old, test_data/Base.modul, test_data/Index.modul, test_data/MANIFEST, test_data/MANIFEST.bak, test_data/Makefile.script, test_data/Memo.modul, test_data/MyConText.modul, test_data/SQL.modul, test_data/ToDo, test_data/XBase.modul, test_data/cdx.modul, test_data/create_table, test_data/driver_characteristics, test_data/dump, test_data/pm_to_blib, test_data_empty/XBase.modul

prereq_matches_use

List all used modules in META.yml requires

Error:

  • LWP::UserAgent

no_pod_errors

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

Error: DBIx-FullTextSearch-0.53/StopList.pm -- Around line 202: You forgot a '=back' before '=head2' Around line 204: '=item' outside of any '=over' Around line 224: You forgot a '=back' before '=head2' Around line 226: '=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: FullTextSearch.pm, Blob.pm, Column.pm, File.pm, Phrase.pm, StopList.pm, String.pm, Table.pm, URL.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.

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: DBIx::FullTextSearch, DBIx::FullTextSearch::Blob, DBIx::FullTextSearch::Column, DBIx::FullTextSearch::File, DBIx::FullTextSearch::Phrase, DBIx::FullTextSearch::StopList, DBIx::FullTextSearch::String, DBIx::FullTextSearch::Table, DBIx::FullTextSearch::URL

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • LWP::Simple

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
DBIx::FullTextSearch Indexing documents with MySQL as storage 0.53 metacpan
DBIx::FullTextSearch::Blob metacpan
DBIx::FullTextSearch::Column metacpan
DBIx::FullTextSearch::File metacpan
DBIx::FullTextSearch::Phrase metacpan
DBIx::FullTextSearch::StopList Stopwords for DBIx::FullTextSearch metacpan
DBIx::FullTextSearch::String metacpan
DBIx::FullTextSearch::Table metacpan
DBIx::FullTextSearch::URL metacpan

Provides

Name File View
DBIx::FullTextSearch::TableNum Table.pm metacpan
DBIx::FullTextSearch::TableString Table.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan
test_data/MANIFEST metacpan