DBI 1.43 Deleted
Kwalitee Issues
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- 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: Bundle::DBI, DBI::Const::GetInfo::ANSI, DBI::Const::GetInfo::ODBC, DBI::FAQ, DBI::ProfileDumper::Apache, Win32::DBIODBC
- 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.
- 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: Bundle::DBI, DBD::DBM, DBD::ExampleP, DBD::File, DBD::NullP, DBD::Proxy, DBD::Sponge, DBI, DBI::Const::GetInfo::ANSI, DBI::Const::GetInfo::ODBC, DBI::Const::GetInfoReturn, DBI::Const::GetInfoType, DBI::DBD, DBI::DBD::Metadata, DBI::FAQ, DBI::Profile, DBI::ProfileData, DBI::ProfileDumper, DBI::ProfileDumper::Apache, DBI::ProxyServer, DBI::PurePerl, DBI::W32ODBC, Win32::DBIODBC
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.02,0.2004,0.3005,0.31,0.38,1.0,1.03,1.04,1.05,1.07,1.43,11.03,11.04,11.10,11.12,11.21
- 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 |
---|---|---|---|
Bundle::DBI | A bundle to install DBI and required modules. | 11.03 | metacpan |
DBD::DBM | a DBI driver for DBM & MLDBM files | 0.02 | metacpan |
DBD::ExampleP | 11.12 | metacpan | |
DBD::File | Base class for writing DBI drivers | 0.31 | metacpan |
DBD::NullP | 11.04 | metacpan | |
DBD::Proxy | A proxy driver for the DBI | 0.2004 | metacpan |
DBD::Sponge | Create a DBI statement handle from Perl data | 11.10 | metacpan |
DBI | Database independent interface for Perl | 1.43 | metacpan |
DBI::Const::GetInfo::ANSI | ISO/IEC SQL/CLI Constants for GetInfo | 1.03 | metacpan |
DBI::Const::GetInfo::ODBC | ODBC Constants for GetInfo | 1.03 | metacpan |
DBI::Const::GetInfoReturn | Data and functions for describing GetInfo results | 1.04 | metacpan |
DBI::Const::GetInfoType | Data describing GetInfo type codes | 1.05 | metacpan |
DBI::DBD | Perl DBI Database Driver Writer's Guide | 11.21 | metacpan |
DBI::DBD::Metadata | Generate the code and data for some DBI metadata methods | 1.05 | metacpan |
DBI::FAQ | The Frequently Asked Questions for the Perl5 Database Interface | 0.38 | metacpan |
DBI::Profile | Performance profiling and benchmarking for the DBI | 1.07 | metacpan |
DBI::ProfileData | manipulate DBI::ProfileDumper data dumps | 1.0 | metacpan |
DBI::ProfileDumper | profile DBI usage and output data to a file | 1.0 | metacpan |
DBI::ProfileDumper::Apache | capture DBI profiling data from Apache/mod_perl | 1.0 | metacpan |
DBI::ProxyServer | a server for the DBD::Proxy driver | 0.3005 | metacpan |
DBI::SQL::Nano | a very tiny SQL engine | 0.01 | metacpan |
Provides
Name | File | View |
---|---|---|
DBD::DBM::Statement | lib/DBD/DBM.pm | metacpan |
DBD::DBM::Table | lib/DBD/DBM.pm | metacpan |
DBD::DBM::db | lib/DBD/DBM.pm | metacpan |
DBD::DBM::dr | lib/DBD/DBM.pm | metacpan |
DBD::DBM::st | lib/DBD/DBM.pm | metacpan |
DBD::ExampleP::db | lib/DBD/ExampleP.pm | metacpan |
DBD::ExampleP::dr | lib/DBD/ExampleP.pm | metacpan |
DBD::ExampleP::st | lib/DBD/ExampleP.pm | metacpan |
DBD::File::Statement | lib/DBD/File.pm | metacpan |
DBD::File::Table | lib/DBD/File.pm | metacpan |
DBD::File::db | lib/DBD/File.pm | metacpan |
DBD::File::dr | lib/DBD/File.pm | metacpan |
DBD::File::st | lib/DBD/File.pm | metacpan |
DBD::NullP::db | lib/DBD/NullP.pm | metacpan |
DBD::NullP::dr | lib/DBD/NullP.pm | metacpan |
DBD::NullP::st | lib/DBD/NullP.pm | metacpan |
DBD::Proxy::db | lib/DBD/Proxy.pm | metacpan |
DBD::Proxy::dr | lib/DBD/Proxy.pm | metacpan |
DBD::Proxy::st | lib/DBD/Proxy.pm | metacpan |
DBD::Sponge::db | lib/DBD/Sponge.pm | metacpan |
DBD::Sponge::dr | lib/DBD/Sponge.pm | metacpan |
DBD::Sponge::st | lib/DBD/Sponge.pm | metacpan |
DBDI | lib/DBI/DBD.pm | metacpan |
DBI::ProxyServer::db | lib/DBI/ProxyServer.pm | metacpan |
DBI::ProxyServer::dr | lib/DBI/ProxyServer.pm | metacpan |
DBI::ProxyServer::st | lib/DBI/ProxyServer.pm | metacpan |
DBI::SQL::Nano::Statement_ | lib/DBI/SQL/Nano.pm | metacpan |
DBI::SQL::Nano::Table_ | lib/DBI/SQL/Nano.pm | metacpan |
DBI::common | DBI.pm | metacpan |