Kwalitee Issues

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: Makefile,blib/arch/.exists,blib/arch/auto/SQL/DB/.exists,blib/arch/auto/SQL/DB,blib/arch/auto/SQL,blib/arch/auto,blib/arch,blib/bin/.exists,blib/bin,blib/lib/App/sqldb_schema.pm,blib/lib/App/sqldb_schema.pod,blib/lib/App,blib/lib/SQL/.exists,blib/lib/SQL/DB/Expr.pm,blib/lib/SQL/DB/Expr.pod,blib/lib/SQL/DB/Iter.pm,blib/lib/SQL/DB/Iter.pod,blib/lib/SQL/DB/Schema.pm,blib/lib/SQL/DB/Schema.pod,blib/lib/SQL/DB,blib/lib/SQL/DB.pm,blib/lib/SQL/DB.pod,blib/lib/SQL/DBx/Deploy.pm,blib/lib/SQL/DBx/Deploy.pod,blib/lib/SQL/DBx/SQLite.pm,blib/lib/SQL/DBx/SQLite.pod,blib/lib/SQL/DBx,blib/lib/SQL,blib/lib/auto/SQL/DB/.exists,blib/lib/auto/SQL/DB,blib/lib/auto/SQL,blib/lib/auto/share/dist/SQL-DB/schema.tmpl,blib/lib/auto/share/dist/SQL-DB,blib/lib/auto/share/dist,blib/lib/auto/share,blib/lib/auto,blib/lib,blib/man1/.exists,blib/man1/sqldb-schema.1,blib/man1,blib/man3/.exists,blib/man3/App::sqldb_schema.3,blib/man3/SQL::DB.3,blib/man3/SQL::DB::Expr.3,blib/man3/SQL::DB::Iter.3,blib/man3/SQL::DB::Schema.3,blib/man3/SQL::DBx::Deploy.3,blib/man3/SQL::DBx::SQLite.3,blib/man3,blib/script/.exists,blib/script/sqldb-schema,blib/script,blib,pm_to_blib

no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/man3/App::sqldb_schema.3
  • blib/man3/SQL::DB.3
  • blib/man3/SQL::DB::Expr.3
  • blib/man3/SQL::DB::Iter.3
  • blib/man3/SQL::DB::Schema.3
  • blib/man3/SQL::DBx::Deploy.3
  • blib/man3/SQL::DBx::SQLite.3

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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 (52) does not match dist (86):
  • Missing in MANIFEST: Makefile, blib/arch/.exists, blib/arch/auto/SQL/DB/.exists, blib/bin/.exists, blib/lib/App/sqldb_schema.pm, blib/lib/App/sqldb_schema.pod, blib/lib/SQL/.exists, blib/lib/SQL/DB.pm, blib/lib/SQL/DB.pod, blib/lib/SQL/DB/Expr.pm, blib/lib/SQL/DB/Expr.pod, blib/lib/SQL/DB/Iter.pm, blib/lib/SQL/DB/Iter.pod, blib/lib/SQL/DB/Schema.pm, blib/lib/SQL/DB/Schema.pod, blib/lib/SQL/DBx/Deploy.pm, blib/lib/SQL/DBx/Deploy.pod, blib/lib/SQL/DBx/SQLite.pm, blib/lib/SQL/DBx/SQLite.pod, blib/lib/auto/SQL/DB/.exists, blib/lib/auto/share/dist/SQL-DB/schema.tmpl, blib/man1/.exists, blib/man1/sqldb-schema.1, blib/man3/.exists, blib/man3/App::sqldb_schema.3, blib/man3/SQL::DB.3, blib/man3/SQL::DB::Expr.3, blib/man3/SQL::DB::Iter.3, blib/man3/SQL::DB::Schema.3, blib/man3/SQL::DBx::Deploy.3, blib/man3/SQL::DBx::SQLite.3, blib/script/.exists, blib/script/sqldb-schema, pm_to_blib

main_module_version_matches_dist_version

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

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

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: blib/lib/App/sqldb_schema.pm, blib/lib/SQL/DB.pm, blib/lib/SQL/DB/Expr.pm, blib/lib/SQL/DB/Iter.pm, blib/lib/SQL/DB/Schema.pm, blib/lib/SQL/DBx/Deploy.pm, blib/lib/SQL/DBx/SQLite.pm

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

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
App::sqldb_schema generate a SQL::DB schema from a database 0.191 metacpan
SQL::DB SQL database interface for Perl 0.191 metacpan
SQL::DB::Expr Build SQL expressions with Perl 0.191 metacpan
SQL::DB::Iter SQL::DB database iterator 0.191 metacpan
SQL::DB::Schema Table and column definitions for SQL::DB 0.191 metacpan
SQL::DBx::Deploy Deployment support for SQL::DB 0.191 metacpan
SQL::DBx::SQLite add various features to to SQLite 0.191 metacpan

Provides

Name File View
SQL::DB::Expr::BindValue lib/SQL/DB/Expr.pm metacpan
SQL::DB::Expr::Quote lib/SQL/DB/Expr.pm metacpan
SQL::DB::Expr::SQL lib/SQL/DB/Expr.pm metacpan
SQL::DBx::SQLite::agg_sha1 lib/SQL/DBx/SQLite.pm metacpan
SQL::DBx::SQLite::agg_sha1_base64 lib/SQL/DBx/SQLite.pm metacpan
SQL::DBx::SQLite::agg_sha1_hex lib/SQL/DBx/SQLite.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan