Kwalitee Issues

has_meta_yml

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

has_changelog

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

has_version

Add a version number to the packed distribution. Or use a buildtool ('make dist' or 'Build dist')

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

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.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Apache::HTMLView, DBIx::HTMLView::Log, config

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache::Constants
  • Apache::DBI
  • DBI
  • URI::Escape

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

has_meta_json

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Apache/HTMLView.pm, HTMLView.pm, HTMLView/Bool.pm, HTMLView/CGIGermanListView.pm, HTMLView/CGIListView.pm, HTMLView/CGIQueryListView.pm, HTMLView/CGIReqEdit.pm, HTMLView/CGIView.pm, HTMLView/DB.pm, HTMLView/Date.pm, HTMLView/Field.pm, HTMLView/Fld.pm, HTMLView/Fmt.pm, HTMLView/Id.pm, HTMLView/Int.pm, HTMLView/Log.pm, HTMLView/N2N.pm, HTMLView/N2NOrder.pm, HTMLView/N2One.pm, HTMLView/OracleDB.pm, HTMLView/Order.pm, HTMLView/Post.pm, HTMLView/PostSet.pm, HTMLView/Relation.pm, HTMLView/Selection.pm, HTMLView/Str.pm, HTMLView/SubTab.pm, HTMLView/Table.pm, HTMLView/Text.pm, HTMLView/Tree.pm, HTMLView/msqlDB.pm, HTMLView/mysqlDB.pm, config.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: Apache::HTMLView, DBIx::HTMLView, DBIx::HTMLView::Bool, DBIx::HTMLView::CGIGermanListView, DBIx::HTMLView::CGIListView, DBIx::HTMLView::CGIQueryListView, DBIx::HTMLView::CGIReqEdit, DBIx::HTMLView::CGIView, DBIx::HTMLView::DB, DBIx::HTMLView::Date, DBIx::HTMLView::Field, DBIx::HTMLView::Fld, DBIx::HTMLView::Fmt, DBIx::HTMLView::Id, DBIx::HTMLView::Int, DBIx::HTMLView::Log, DBIx::HTMLView::N2N, DBIx::HTMLView::N2NOrder, DBIx::HTMLView::N2One, DBIx::HTMLView::OracleDB, DBIx::HTMLView::Order, DBIx::HTMLView::Post, DBIx::HTMLView::PostSet, DBIx::HTMLView::Relation, DBIx::HTMLView::Selection, DBIx::HTMLView::Str, DBIx::HTMLView::SubTab, DBIx::HTMLView::Table, DBIx::HTMLView::Text, DBIx::HTMLView::Tree, DBIx::HTMLView::msqlDB, DBIx::HTMLView::mysqlDB, config

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Apache::HTMLView
  • config
  • fake_sth

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
Apache::HTMLView Handling compiled HTMLView-fmt's as a mod_perl module in Apache metacpan
DBIx::HTMLView For handling DBI relation databases and web interfaces 0.9 metacpan
DBIx::HTMLView::Bool A boolean field metacpan
DBIx::HTMLView::CGIGermanListView A List user interface for DBI databases metacpan
DBIx::HTMLView::CGIListView A simple CGI editor for single posts metacpan
DBIx::HTMLView::CGIQueryListView A List user interface for DBI databases metacpan
DBIx::HTMLView::CGIReqEdit metacpan
DBIx::HTMLView::CGIView Common CGI functions for the viewers metacpan
DBIx::HTMLView::DB A generic DBI databse with SQL interface metacpan
DBIx::HTMLView::Date A simple date filed metacpan
DBIx::HTMLView::Field Base class for field classes metacpan
DBIx::HTMLView::Fld Basic parser for fmt strings and files metacpan
DBIx::HTMLView::Fmt metacpan
DBIx::HTMLView::Id A index field used to identify posts metacpan
DBIx::HTMLView::Int An integer field metacpan
DBIx::HTMLView::Log metacpan
DBIx::HTMLView::N2N A many to many relation between two tabels metacpan
DBIx::HTMLView::N2NOrder A relation to a set of posts in a specific order metacpan
DBIx::HTMLView::N2One A many to one relation between two tabels metacpan
DBIx::HTMLView::OracleDB interface for Oracle databases through DBI metacpan
DBIx::HTMLView::Order A Field specifying one order to display the posts in metacpan
DBIx::HTMLView::Post A post in a DBI database metacpan
DBIx::HTMLView::PostSet A set posts as in a search result for example metacpan
DBIx::HTMLView::Relation A relation base class metacpan
DBIx::HTMLView::Selection A kriteria used to select posts metacpan
DBIx::HTMLView::Str A single line string filed metacpan
DBIx::HTMLView::SubTab A table included as a part of a post in another table metacpan
DBIx::HTMLView::Table A table within a generic DBI databse metacpan
DBIx::HTMLView::Text A multi line string filed metacpan
DBIx::HTMLView::Tree metacpan
DBIx::HTMLView::msqlDB interface for msql databases through DBI metacpan
DBIx::HTMLView::mysqlDB interface for mysql databases through DBI metacpan
config metacpan

Provides

Name File View
fake_sth Apache/HTMLView.pm metacpan
fmt_code HTMLView/Fmt.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README.compiled_fmt metacpan
README.fmt metacpan