Kwalitee Issues

has_meta_yml

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

no_symlinks

Remove the symlinks from the distribution.

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 (200) does not match dist (229):
  • Missing in MANIFEST: t/xml.pl, t/xml_001/schema.xsd, t/xml_002/schema.xsd, t/xml_003/schema.xsd, t/xml_004/schema.xsd, t/xml_005/schema.xsd, t/xml_006/schema.xsd, t/xml_007/schema.xsd, t/xml_008/schema.xsd, t/xml_009/schema.xsd, t/xml_010/schema.xsd, t/xml_011/schema.xsd, t/xml_012/schema.xsd, t/xml_013/schema.xsd, t/xml_014/schema.xsd, t/xml_015/schema.xsd, t/xml_016/schema.xsd, t/xml_017/schema.xsd, t/xml_018/schema.xsd, t/xml_019/schema.xsd, t/xml_020/schema.xsd, t/xml_021/schema.xsd, t/xml_022/schema.xsd, t/xml_023/schema.xsd, t/xml_024/schema.xsd, t/xml_025/schema.xsd, t/xml_026/schema.xsd, t/xml_027/schema.xsd, t/xsd2sql.pl

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: blx::xsdsql::xml::oracle::sql_binding, blx::xsdsql::xml::pg::sql_binding

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: XSDSQL_20110905/lib/blx/xsdsql/generator/sql/pg/handle/create_view.pm -- Around line 7: =pod directives shouldn't be over one line long! Ignoring all 5 lines of content

has_meta_json

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

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: blx::xsdsql::xml::oracle::sql_binding, blx::xsdsql::xml::pg::sql_binding

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
blx::xsdsql::IStream generic iterator for string,array,file descriptor or subroutine metacpan
blx::xsdsql::OStream generic output streamer into a string,array,file descriptor or subroutine metacpan
blx::xsdsql::dbconn convert database connection string into specific application form metacpan
blx::xsdsql::dbconn::generic generic converted database connection string into specific application form metacpan
blx::xsdsql::dbconn::oracle::dbi convert database connection string into dbi for oracle metacpan
blx::xsdsql::dbconn::pg::dbi convert database connection string into dbi for postgresql metacpan
blx::xsdsql::generator generate the files for create table ,drop table ,add primary key,drop sequence,create sequence,drop view,create view metacpan
blx::xsdsql::generator::sql::generic::handle generic handles for generator metacpan
blx::xsdsql::generator::sql::generic::handle::addpk generic handle for add primary key metacpan
blx::xsdsql::generator::sql::generic::handle::create_dictionary generic handle for create dictionary metacpan
blx::xsdsql::generator::sql::generic::handle::create_sequence generic handle for create sequence metacpan
blx::xsdsql::generator::sql::generic::handle::create_table generic handle for create table metacpan
blx::xsdsql::generator::sql::generic::handle::create_view generic handle for create view metacpan
blx::xsdsql::generator::sql::generic::handle::drop_dictionary generic handle for drop dictionary metacpan
blx::xsdsql::generator::sql::generic::handle::drop_sequence generic handle for drop a sequence metacpan
blx::xsdsql::generator::sql::generic::handle::drop_table generic handle for drop table metacpan
blx::xsdsql::generator::sql::generic::handle::drop_view generic handle for drop view metacpan
blx::xsdsql::generator::sql::generic::handle::insert_dictionary generic handle for insert dictionary metacpan
blx::xsdsql::generator::sql::oracle::handle generic handle for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::addpk add primary key for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::create_dictionary create table dictionary for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::create_sequence create sequence for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::create_table create table for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::create_view create view for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::drop_dictionary drop table dictionary for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::drop_sequence drop sequence for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::drop_table drop table for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::drop_view drop view for oracle metacpan
blx::xsdsql::generator::sql::oracle::handle::insert_dictionary insert dictionary for oracle metacpan
blx::xsdsql::generator::sql::pg::handle generic handle for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::addpk add primary key for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::create_dictionary create table dictionary for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::create_sequence create_sequence for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::create_table create table for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::create_view create view for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::drop_dictionary drop table dictionary for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::drop_sequence drop sequence for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::drop_table drop table for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::drop_view drop view for postgres metacpan
blx::xsdsql::generator::sql::pg::handle::insert_dictionary insert dictionary for postgres metacpan
blx::xsdsql::parser parser for xsd files metacpan
blx::xsdsql::path_map mapping a xml path to table/column metacpan
blx::xsdsql::schema a schema is a class with include the common objects and search methods metacpan
blx::xsdsql::ut Perl version and ut for blx::xsdsql 0.007000 metacpan
blx::xsdsql::xml read/write xml file from/to sql database metacpan
blx::xsdsql::xml::generic::catalog a catalog is a class with include the common methods from table class and column class (for example the max length of a dictionary database name) metacpan
blx::xsdsql::xml::generic::column a generic colum class metacpan
blx::xsdsql::xml::generic::sql_binding binding generator for blx::xsdsql::xml metacpan
blx::xsdsql::xml::generic::table a generic table class metacpan
blx::xsdsql::xml::generic::view a generic view class metacpan
blx::xsdsql::xml::oracle::catalog a catalog class for oracle metacpan
blx::xsdsql::xml::oracle::column a column class for oracle metacpan
blx::xsdsql::xml::oracle::sql_binding a binding class for oracle metacpan
blx::xsdsql::xml::oracle::table a table class for oracle metacpan
blx::xsdsql::xml::pg::catalog a catalog class for postgresql metacpan
blx::xsdsql::xml::pg::column a column class for postgresql metacpan
blx::xsdsql::xml::pg::sql_binding a binding class for postgresql metacpan
blx::xsdsql::xml::pg::table a table class for postgresql metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan