Kwalitee Issues

has_meta_yml

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

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: .dir-locals.el,.git,MYMETA.json,MYMETA.yml,Makefile,util/SQLiteUtil.pm,util/api_history.pl,util/constants.pl,util/getsqlite.pl

no_generated_files

Remove the offending files/directories!

Error: Makefile

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 (131) does not match dist (141):
  • Missing in MANIFEST: .dir-locals.el, MYMETA.json, MYMETA.yml, Makefile, patch.pl, util/SQLiteUtil.pm, util/api_history.pl, util/constants.pl, util/getsqlite.pl, zetetic.txt

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.

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .git

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: DBD::SQLcipher

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

Modules

Name Abstract Version View
DBD::SQLcipher Self-contained RDBMS in a DBI Driver 1.48 metacpan
DBD::SQLcipher::Constants metacpan
DBD::SQLcipher::VirtualTable SQLcipher virtual tables implemented in Perl 1.48 metacpan
DBD::SQLcipher::VirtualTable::FileContent virtual table for viewing file contents metacpan
DBD::SQLcipher::VirtualTable::PerlData virtual table hooked to Perl data metacpan

Provides

Name File View
DBD::SQLcipher::VirtualTable::Cursor lib/DBD/SQLcipher/VirtualTable.pm metacpan
DBD::SQLcipher::VirtualTable::FileContent::Cursor lib/DBD/SQLcipher/VirtualTable/FileContent.pm metacpan
DBD::SQLcipher::VirtualTable::PerlData::Cursor lib/DBD/SQLcipher/VirtualTable/PerlData.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan