Kwalitee Issues

has_meta_yml

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

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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 (30) does not match dist (43):
  • Missing in MANIFEST: Changes, lib/DB/Introspector/Base/Index.pm, lib/DB/Introspector/Base/SpecialColumn.pm, lib/DB/Introspector/Oracle/TypeMapper.pm, lib/DB/Introspector/SQLGen/Oracle/TypeMapper.pm, lib/DB/Introspector/SQLGen/TypeMapper.pm, lib/DB/Introspector/SerializeUtil.pm, samples/db_diff.pl, samples/dependency_example.pl, samples/schema_index.pl, samples/simple_example.pl, samples/table_info.pl, sql/mysql_create

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.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Config::Properties
  • DBI
  • Devel::Symdump
  • Test::Unit::TestCase

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: DB-Introspector-0.005/lib/DB/Introspector/Base/Table.pm -- Around line 355: You forgot a '=back' before '=head1'

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: test_lib/DB/Introspector/RelInspectTest.pm, test_lib/DB/Introspector/TableTest.pm, test_lib/DB/IntrospectorBaseTest.pm, test_lib/DB/IntrospectorTest.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: DB::Introspector, DB::Introspector::Base::BooleanColumn, DB::Introspector::Base::CLOBColumn, DB::Introspector::Base::CharColumn, DB::Introspector::Base::Column, DB::Introspector::Base::DateTimeColumn, DB::Introspector::Base::ForeignKey, DB::Introspector::Base::Index, DB::Introspector::Base::IntegerColumn, DB::Introspector::Base::SpecialColumn, DB::Introspector::Base::StringColumn, DB::Introspector::Base::Table, DB::Introspector::CommonRDB::Introspector, DB::Introspector::ForeignKeyPath, DB::Introspector::MappedPath, DB::Introspector::MySQL::Introspector, DB::Introspector::Oracle::Introspector, DB::Introspector::Oracle::TypeMapper, DB::Introspector::Postgres::Introspector, DB::Introspector::RelInspectTest, DB::Introspector::SQLGen::Oracle::TypeMapper, DB::Introspector::SQLGen::TypeMapper, DB::Introspector::SerializeUtil, DB::Introspector::TableTest, DB::Introspector::Util::RelInspect, DB::IntrospectorBaseTest, DB::IntrospectorTest

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
DB::Introspector 0.05 metacpan
DB::Introspector::Base::BooleanColumn metacpan
DB::Introspector::Base::CLOBColumn metacpan
DB::Introspector::Base::CharColumn metacpan
DB::Introspector::Base::Column metacpan
DB::Introspector::Base::DateTimeColumn metacpan
DB::Introspector::Base::ForeignKey metacpan
DB::Introspector::Base::IntegerColumn metacpan
DB::Introspector::Base::StringColumn metacpan
DB::Introspector::Base::Table metacpan
DB::Introspector::CommonRDB::Introspector metacpan
DB::Introspector::ForeignKeyPath metacpan
DB::Introspector::MappedPath metacpan
DB::Introspector::MySQL::Introspector metacpan
DB::Introspector::Oracle::Introspector metacpan
DB::Introspector::Postgres::Introspector metacpan
DB::Introspector::RelInspectTest metacpan
DB::Introspector::TableTest metacpan
DB::Introspector::Util::RelInspect metacpan
DB::IntrospectorBaseTest metacpan
DB::IntrospectorTest metacpan

Provides

Name File View
DB::Introspector::CommonRDB::ForeignKey lib/DB/Introspector/CommonRDB/Introspector.pm metacpan
DB::Introspector::CommonRDB::Index lib/DB/Introspector/CommonRDB/Introspector.pm metacpan
DB::Introspector::CommonRDB::Table lib/DB/Introspector/CommonRDB/Introspector.pm metacpan
DB::Introspector::MySQL::ColumnFactory lib/DB/Introspector/MySQL/Introspector.pm metacpan
DB::Introspector::MySQL::ForeignKey lib/DB/Introspector/MySQL/Introspector.pm metacpan
DB::Introspector::MySQL::Index lib/DB/Introspector/MySQL/Introspector.pm metacpan
DB::Introspector::MySQL::InnoDBTable lib/DB/Introspector/MySQL/Introspector.pm metacpan
DB::Introspector::MySQL::Table lib/DB/Introspector/MySQL/Introspector.pm metacpan
DB::Introspector::Oracle::ForeignKey lib/DB/Introspector/Oracle/Introspector.pm metacpan
DB::Introspector::Oracle::Index lib/DB/Introspector/Oracle/Introspector.pm metacpan
DB::Introspector::Oracle::Table lib/DB/Introspector/Oracle/Introspector.pm metacpan
DB::Introspector::Postgres::ForeignKey lib/DB/Introspector/Postgres/Introspector.pm metacpan
DB::Introspector::Postgres::Index lib/DB/Introspector/Postgres/Introspector.pm metacpan
DB::Introspector::Postgres::Table lib/DB/Introspector/Postgres/Introspector.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan