DBD-SQLcipher 0.01
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,util/SQLiteUtil.pm,util/api_history.pl,util/constants.pl,util/getsqlite.pl
- 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 (138):
- Missing in MANIFEST: .dir-locals.el, patch.pl, util/SQLiteUtil.pm, util/api_history.pl, util/constants.pl, util/getsqlite.pl, zetetic.txt
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- HTTP::Tiny
- 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.
- 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: util/SQLiteUtil.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: DBD::SQLcipher
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 |