Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: Makefile.PL;test;bin;doc;sql;examples;lib

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.

has_changelog

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

has_tests

Add tests!

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.

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.

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

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: DBR::Query::Dummy

prereq_matches_use

List all used modules in META.yml requires

Error:

  • JSON

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!

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: DBR, DBR::Admin, DBR::Admin::Exception, DBR::Admin::Utility, DBR::Admin::Window, DBR::Admin::Window::EnumList, DBR::Admin::Window::FieldList, DBR::Admin::Window::FieldRelationshipList, DBR::Admin::Window::InstanceList, DBR::Admin::Window::MainMenu, DBR::Admin::Window::RelationshipList, DBR::Admin::Window::SchemaList, DBR::Admin::Window::TableList, DBR::Common, DBR::Config, DBR::Config::Field, DBR::Config::Field::Anon, DBR::Config::Field::Common, DBR::Config::Instance, DBR::Config::MetaSpec, DBR::Config::Relation, DBR::Config::ScanDB, DBR::Config::Schema, DBR::Config::Scope, DBR::Config::Table, DBR::Config::Table::Anon, DBR::Config::Table::Common, DBR::Config::Trans, DBR::Config::Trans::Dollars, DBR::Config::Trans::Enum, DBR::Config::Trans::Percent, DBR::Config::Trans::UnixTime, DBR::Handle, DBR::Interface, DBR::Interface::DBRv1, DBR::Interface::Object, DBR::Misc::Connection, DBR::Misc::Connection::Mysql, DBR::Misc::Connection::Pg, DBR::Misc::Connection::SQLite, DBR::Misc::Session, DBR::Query, DBR::Query::Dummy, DBR::Query::Part, DBR::Query::Part::AndOr, DBR::Query::Part::Compare, DBR::Query::Part::Join, DBR::Query::Part::Set, DBR::Query::Part::Subquery, DBR::Query::Part::Value, DBR::Query::RecHelper, DBR::Query::RecMaker, DBR::Query::Record, DBR::Query::ResultSet, DBR::Query::ResultSet::DB, DBR::Query::ResultSet::Empty, DBR::Query::ResultSet::Mem, DBR::Util::Logger, DBR::Util::Operator

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/DBR.pm: HASH(0x55a43f4caf30)

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
DBR metacpan
DBR::Admin metacpan
DBR::Admin::Exception metacpan
DBR::Admin::Utility metacpan
DBR::Admin::Window 1 metacpan
DBR::Admin::Window::EnumList 1 metacpan
DBR::Admin::Window::FieldList 1 metacpan
DBR::Admin::Window::FieldRelationshipList 1 metacpan
DBR::Admin::Window::InstanceList 1 metacpan
DBR::Admin::Window::MainMenu 1 metacpan
DBR::Admin::Window::RelationshipList 1 metacpan
DBR::Admin::Window::SchemaList 1 metacpan
DBR::Admin::Window::TableList 1 metacpan
DBR::Common metacpan
DBR::Config metacpan
DBR::Config::Field metacpan
DBR::Config::Field::Anon metacpan
DBR::Config::Field::Common metacpan
DBR::Config::Instance metacpan
DBR::Config::MetaSpec metacpan
DBR::Config::Relation metacpan
DBR::Config::ScanDB metacpan
DBR::Config::Schema metacpan
DBR::Config::Scope metacpan
DBR::Config::Table metacpan
DBR::Config::Table::Anon metacpan
DBR::Config::Table::Common metacpan
DBR::Config::Trans metacpan
DBR::Config::Trans::Dollars metacpan
DBR::Config::Trans::Enum metacpan
DBR::Config::Trans::Percent metacpan
DBR::Config::Trans::UnixTime metacpan
DBR::Handle metacpan
DBR::Interface::DBRv1 metacpan
DBR::Interface::Object metacpan
DBR::Misc::Connection metacpan
DBR::Misc::Connection::Mysql metacpan
DBR::Misc::Connection::SQLite metacpan
DBR::Misc::Session metacpan
DBR::Query metacpan
DBR::Query::Dummy metacpan
DBR::Query::Part metacpan
DBR::Query::Part::AndOr metacpan
DBR::Query::Part::Compare metacpan
DBR::Query::Part::Join metacpan
DBR::Query::Part::Set metacpan
DBR::Query::Part::Subquery metacpan
DBR::Query::Part::Value metacpan
DBR::Query::RecHelper metacpan
DBR::Query::RecMaker metacpan
DBR::Query::Record metacpan
DBR::Query::ResultSet metacpan
DBR::Query::ResultSet::DB metacpan
DBR::Query::ResultSet::Empty metacpan
DBR::Query::ResultSet::Mem metacpan
DBR::Util::Logger metacpan
DBR::Util::Operator metacpan

Provides

Name File View
DBR::Common::DummySession lib/DBR/Common.pm metacpan
DBR::Query::Interface lib/DBR/Interface.pm metacpan
DBR::Query::Part::And lib/DBR/Query/Part/AndOr.pm metacpan
DBR::Query::Part::Or lib/DBR/Query/Part/AndOr.pm metacpan
DBR::Util::Connection::Pg lib/DBR/Misc/Connection/Pg.pm metacpan
DBR::_DOLLARS lib/DBR/Config/Trans/Dollars.pm metacpan
DBR::_ENUM lib/DBR/Config/Trans/Enum.pm metacpan
DBR::_PERCENT lib/DBR/Config/Trans/Percent.pm metacpan
DBR::_UXTIME lib/DBR/Config/Trans/UnixTime.pm metacpan

Other Files

Makefile.PL metacpan