SQL-DB 0.971.2 Deleted
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: MYMETA.json,MYMETA.yml
- 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 (54) does not match dist (53):
- Missing in Dist: META.yml
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DBI
- Path::Class
- 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.
- 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).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
SQL::DB | SQL database interface for Perl (DEPRECATED) | 0.971002 | metacpan |
SQL::DB::Expr | Build SQL expressions with Perl | 0.971002 | metacpan |
SQL::DB::Iter | SQL::DB database iterator | 0.971002 | metacpan |
SQL::DB::Schema | Table and column definitions for SQL::DB | 0.971002 | metacpan |
SQL::DBx::Deploy | Deployment support for SQL::DB | 0.971002 | metacpan |
SQL::DBx::Pg | add various features to Pg | 0.971002 | metacpan |
SQL::DBx::SQLite | add various features to to SQLite | 0.971002 | metacpan |
Test::SQL::DB | Clean database support for SQL::DB | 0.971002 | 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 |