DBIx-SearchBuilder 0.93 Deleted
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- distname_matches_name_in_meta
-
Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.
Error: DBIx::SearchBuilder - no_broken_module_install
-
Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- 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: DBIx::SearchBuilder::Record::Cachable
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Fri 14 Nov 2003 04:14:04 PM JST gpg: using DSA key 41A33FB370EBAC90 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <== - 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.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- 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: DBIx::SearchBuilder, DBIx::SearchBuilder::Handle, DBIx::SearchBuilder::Handle::ODBC, DBIx::SearchBuilder::Handle::Oracle, DBIx::SearchBuilder::Handle::Pg, DBIx::SearchBuilder::Handle::SQLite, DBIx::SearchBuilder::Handle::mysql, DBIx::SearchBuilder::Handle::mysqlPP, DBIx::SearchBuilder::Record, DBIx::SearchBuilder::Record::Cachable - no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:- SearchBuilder/Handle.pm: HASH(0x5655393229e8)
- SearchBuilder/Record.pm: HASH(0x565539228008)
- 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 |
|---|---|---|---|
| DBIx::SearchBuilder | Encapsulate SQL queries and rows in simple perl objects | 0.93 | metacpan |
| DBIx::SearchBuilder::Handle | Perl extension which is a generic DBI handle | metacpan | |
| DBIx::SearchBuilder::Handle::ODBC | metacpan | ||
| DBIx::SearchBuilder::Handle::Oracle | an oracle specific Handle object | metacpan | |
| DBIx::SearchBuilder::Handle::Pg | metacpan | ||
| DBIx::SearchBuilder::Handle::SQLite | a mysql specific Handle object | metacpan | |
| DBIx::SearchBuilder::Handle::mysql | a mysql specific Handle object | metacpan | |
| DBIx::SearchBuilder::Handle::mysqlPP | metacpan | ||
| DBIx::SearchBuilder::Record | Perl extension for subclassing, so you can deal with a Record | metacpan | |
| DBIx::SearchBuilder::Record::Cachable | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| META.yml | metacpan |
| Makefile.PL | metacpan |