DBI 1.08-bin-2-MacOS Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_proper_version
-
Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'
- 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 (35) does not match dist (57):
- Missing in MANIFEST: Mac_changed/ExampleP.pm, Mac_changed/ExampleP.pm-1, Mac_changed/Makefile.PL, Mac_changed/README, Mac_changed/examp.t, Mac_makefile/Makefile.mk, blib/lib/Bundle/DBI.pm, blib/lib/DBD/ADO.pm, blib/lib/DBD/ExampleP.pm, blib/lib/DBD/NullP.pm, blib/lib/DBD/Proxy.pm, blib/lib/DBD/Sponge.pm, blib/lib/DBI.pm, blib/lib/DBI/DBD.pm, blib/lib/DBI/FAQ.pm, blib/lib/DBI/Format.pm, blib/lib/DBI/ProxyServer.pm, blib/lib/DBI/Shell.pm, blib/lib/DBI/W32ODBC.pm, blib/lib/MacCFM68K/auto/DBI/DBI.bin, blib/lib/MacPPC/auto/DBI/DBI.bin, blib/lib/Win32/DBIODBC.pm
- 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, Bundle::DBI, DBI::FAQ, DBI::FAQ
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- RPC::PlClient
- RPC::PlServer
- Win32::OLE::Variant
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: DBI-1.08-bin-2-MacOS/blib/lib/DBI/Shell.pm -- Around line 1127: Non-ASCII character seen before =encoding in 'König.'. Assuming CP1252 DBI-1.08-bin-2-MacOS/lib/DBI/Shell.pm -- Around line 1127: Non-ASCII character seen before =encoding in 'König.'. Assuming CP1252
- 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, Bundle::DBI, DBD::ADO, DBD::ADO, DBD::Driver::st, DBD::ExampleP, DBD::ExampleP, DBD::ExampleP, DBD::NullP, DBD::NullP, DBD::Proxy, DBD::Proxy, DBD::Sponge, DBD::Sponge, DBI, DBI, DBI::DBD, DBI::FAQ, DBI::FAQ, DBI::Format, DBI::Format, DBI::ProxyServer, DBI::ProxyServer, DBI::Shell, DBI::Shell, DBI::W32ODBC, Win32::DBIODBC, Win32::ODBC, lib::DBI::W32ODBC
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Bundle::DBI
- DBD::ADO
- DBD::ADO::db
- DBD::ADO::dr
- DBD::ADO::st
- DBD::ExampleP
- DBD::ExampleP::db
- DBD::ExampleP::dr
- DBD::ExampleP::st
- DBD::NullP
- DBD::NullP::db
- DBD::NullP::dr
- DBD::NullP::st
- DBD::Proxy
- DBD::Proxy::db
- DBD::Proxy::dr
- DBD::Proxy::st
- DBD::Sponge
- DBD::Sponge::db
- DBD::Sponge::dr
- DBD::Sponge::st
- DBD::Switch::dr
- DBD::_::common
- DBD::_::db
- DBD::_::dr
- DBD::_::st
- DBD::_mem::db
- DBD::_mem::dr
- DBD::_mem::st
- DBI
- DBI::DBD
- DBI::DBI_tie
- DBI::FAQ
- DBI::Format
- DBI::Format::Base
- DBI::Format::Box
- DBI::Format::Neat
- DBI::ProxyServer
- DBI::ProxyServer::db
- DBI::ProxyServer::dr
- DBI::ProxyServer::st
- DBI::Shell
- Win32::ODBC
- 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.1,0.2003,0.37,1.03,1.08,1.1,10.2,10.4,10.6,10.7,9.6
- 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. | 1.03 | metacpan |
DBD::ADO | A DBI driver for Microsoft ADO (Active Data Objects) | 0.1 | metacpan |
DBD::ExampleP | 9.6 | metacpan | |
DBD::NullP | 10.2 | metacpan | |
DBD::Proxy | A proxy driver for the DBI | 0.2003 | metacpan |
DBD::Sponge | 10.4 | metacpan | |
DBI | Database independent interface for Perl | 1.08 | metacpan |
DBI::DBD | DBD Driver Writer's Guide | 10.7 | metacpan |
DBI::FAQ | The Frequently Asked Questions for the Perl5 Database Interface | 0.37 | metacpan |
DBI::Format | A package for displaying result tables | 1.1 | metacpan |
DBI::ProxyServer | a server for the DBD::Proxy driver | 0.2003 | metacpan |
DBI::Shell | Interactive command shell for the DBI | 10.6 | metacpan |
Win32::ODBC | metacpan |
Provides
Name | File | View |
---|---|---|
DBD::ADO::db | lib/DBD/ADO.pm | metacpan |
DBD::ADO::dr | lib/DBD/ADO.pm | metacpan |
DBD::ADO::st | lib/DBD/ADO.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::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 |
DBD::Switch::dr | DBI.pm | metacpan |
DBD::_::common | DBI.pm | metacpan |
DBD::_::db | DBI.pm | metacpan |
DBD::_::dr | DBI.pm | metacpan |
DBD::_::st | DBI.pm | metacpan |
DBD::_mem::db | DBI.pm | metacpan |
DBD::_mem::dr | DBI.pm | metacpan |
DBD::_mem::st | DBI.pm | metacpan |
DBI::DBI_tie | DBI.pm | metacpan |
DBI::Format::Base | lib/DBI/Format.pm | metacpan |
DBI::Format::Box | lib/DBI/Format.pm | metacpan |
DBI::Format::Neat | lib/DBI/Format.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 |