DBIx-Class 0.08099_02 Deleted
Kwalitee Issues
- no_broken_auto_install
-
Upgrade the bundled version of Module::Install to at least 0.89, but preferably 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.)
- 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::Class::StartupCheck
- 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: DBIx-Class-0.08099_02/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm -- Around line 118: Non-ASCII character seen before =encoding in 'Ãystein'. Assuming CP1252 DBIx-Class-0.08099_02/lib/DBIx/Class/Storage/DBI/Replicated.pm -- Around line 267: Non-ASCII character seen before =encoding in 'Csongrádi'. Assuming CP1252 DBIx-Class-0.08099_02/lib/DBIx/Class.pm -- Around line 266: Non-ASCII character seen before =encoding in 'Ãystein'. Assuming CP1252
- 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.
- no_missing_files_in_provides
-
Use authoring tool like Dist::Zilla, Milla, and Minilla to generate correct provides.
Error: lib/DBIx/Class/Storage/DBI/Replication.pm
- 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::Class::StartupCheck, SQL::Translator::Producer::DBIx::Class::File
- 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:
- DBIx::Class
- DBIx::Class::AccessorGroup
- DBIx::Class::CDBICompat
- DBIx::Class::Core
- DBIx::Class::Cursor
- DBIx::Class::DB
- DBIx::Class::Exception
- DBIx::Class::InflateColumn
- DBIx::Class::InflateColumn::DateTime
- DBIx::Class::InflateColumn::File
- DBIx::Class::Ordered
- DBIx::Class::PK
- DBIx::Class::PK::Auto
- DBIx::Class::Relationship
- DBIx::Class::Relationship::Base
- DBIx::Class::ResultClass::HashRefInflator
- DBIx::Class::ResultSet
- DBIx::Class::ResultSetColumn
- DBIx::Class::ResultSetManager
- DBIx::Class::ResultSource
- DBIx::Class::ResultSource::Table
- DBIx::Class::ResultSourceHandle
- DBIx::Class::ResultSourceProxy::Table
- DBIx::Class::Row
- DBIx::Class::Schema
- DBIx::Class::Schema::Versioned
- DBIx::Class::Serialize::Storable
- DBIx::Class::StartupCheck
- DBIx::Class::Storage
- DBIx::Class::Storage::DBI
- DBIx::Class::Storage::DBI::Cursor
- DBIx::Class::Storage::DBI::DB2
- DBIx::Class::Storage::DBI::MSSQL
- DBIx::Class::Storage::DBI::NoBindVars
- DBIx::Class::Storage::DBI::ODBC
- DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL
- DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server
- DBIx::Class::Storage::DBI::Oracle
- DBIx::Class::Storage::DBI::Oracle::Generic
- DBIx::Class::Storage::DBI::Oracle::WhereJoins
- DBIx::Class::Storage::DBI::Pg
- DBIx::Class::Storage::DBI::Replication
- DBIx::Class::Storage::DBI::SQLite
- DBIx::Class::Storage::DBI::Sybase
- DBIx::Class::Storage::DBI::Sybase::MSSQL
- DBIx::Class::Storage::DBI::mysql
- DBIx::Class::Storage::Statistics
- DBIx::Class::UTF8Columns
- SQL::Translator::Producer::DBIx::Class::File
- 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.08010,0.1
- 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 |
---|---|---|---|
DBIC::SQL::Abstract | metacpan | ||
DBIC::SQL::Abstract::Oracle | metacpan | ||
DBIx::Class | Extensible and flexible object <-> relational mapper. | 0.08010 | metacpan |
DBIx::Class::AccessorGroup | See Class::Accessor::Grouped | metacpan | |
DBIx::Class::CDBICompat | Class::DBI Compatibility layer. | metacpan | |
DBIx::Class::CDBICompat::ColumnGroups::GrouperShim | metacpan | ||
DBIx::Class::Core | Core set of DBIx::Class modules | metacpan | |
DBIx::Class::Cursor | Abstract object representing a query cursor on a resultset. | metacpan | |
DBIx::Class::DB | (DEPRECATED) classdata schema component | metacpan | |
DBIx::Class::Exception | Exception objects for DBIx::Class | metacpan | |
DBIx::Class::InflateColumn | Automatically create references from column data | metacpan | |
DBIx::Class::InflateColumn::DateTime | Auto-create DateTime objects from date and datetime columns. | metacpan | |
DBIx::Class::InflateColumn::File | map files from the Database to the filesystem. | metacpan | |
DBIx::Class::Ordered | Modify the position of objects in an ordered list. | metacpan | |
DBIx::Class::PK | Primary Key class | metacpan | |
DBIx::Class::PK::Auto | Automatic primary key class | metacpan | |
DBIx::Class::Relationship | Inter-table relationships | metacpan | |
DBIx::Class::Relationship::Base | Inter-table relationships | metacpan | |
DBIx::Class::ResultClass::HashRefInflator | metacpan | ||
DBIx::Class::ResultSet | Responsible for fetching and creating resultset. | metacpan | |
DBIx::Class::ResultSetColumn | helpful methods for messing with a single column of the resultset | metacpan | |
DBIx::Class::ResultSetManager | scheduled for deletion in 09000 | metacpan | |
DBIx::Class::ResultSource | Result source object | metacpan | |
DBIx::Class::ResultSource::Table | Table object | metacpan | |
DBIx::Class::ResultSourceHandle | metacpan | ||
DBIx::Class::ResultSourceProxy::Table | provides a classdata table object and method proxies | metacpan | |
DBIx::Class::Row | Basic row methods | metacpan | |
DBIx::Class::Schema | composable schemas | metacpan | |
DBIx::Class::Schema::Versioned | DBIx::Class::Schema plugin for Schema upgrades | metacpan | |
DBIx::Class::Serialize::Storable | hooks for Storable freeze/thaw | metacpan | |
DBIx::Class::StartupCheck | Run environment checks on startup | metacpan | |
DBIx::Class::Storage | Generic Storage Handler | metacpan | |
DBIx::Class::Storage::DBI | DBI storage handler | metacpan | |
DBIx::Class::Storage::DBI::Cursor | Object representing a query cursor on a resultset. | metacpan | |
DBIx::Class::Storage::DBI::DB2 | Automatic primary key class for DB2 | metacpan | |
DBIx::Class::Storage::DBI::MSSQL | Storage::DBI subclass for MSSQL | metacpan | |
DBIx::Class::Storage::DBI::MultiDistinctEmulation | Some databases can't handle count distincts with multiple cols. They should use base on this. | metacpan | |
DBIx::Class::Storage::DBI::NoBindVars | Sometime DBDs have poor to no support for bind variables | metacpan | |
DBIx::Class::Storage::DBI::ODBC | Base class for ODBC drivers | metacpan | |
DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL | Support specific to DB2/400 over ODBC | metacpan | |
DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server | Support specific to Microsoft SQL Server over ODBC | metacpan | |
DBIx::Class::Storage::DBI::Oracle | Automatic primary key class for Oracle | metacpan | |
DBIx::Class::Storage::DBI::Oracle::Generic | metacpan | ||
DBIx::Class::Storage::DBI::Oracle::WhereJoins | Oracle joins in WHERE syntax support (instead of ANSI). | metacpan | |
DBIx::Class::Storage::DBI::Pg | Automatic primary key class for PostgreSQL | metacpan | |
DBIx::Class::Storage::DBI::Replication | metacpan | ||
DBIx::Class::Storage::DBI::SQLite | Automatic primary key class for SQLite | metacpan | |
DBIx::Class::Storage::DBI::Sybase | Storage::DBI subclass for Sybase | metacpan | |
DBIx::Class::Storage::DBI::Sybase::MSSQL | Storage::DBI subclass for MSSQL via DBD::Sybase | metacpan | |
DBIx::Class::Storage::DBI::mysql | Automatic primary key class for MySQL | metacpan | |
DBIx::Class::Storage::Statistics | SQL Statistics | metacpan | |
DBIx::Class::Test::SQLite | Base class for running Class::DBI tests against DBIx::Class compat layer, shamelessly ripped from Class::DBI::Test::SQLite | metacpan | |
DBIx::Class::UTF8Columns | Force UTF8 (Unicode) flag on columns | metacpan | |
DBIx::Class::Version | metacpan | ||
DBIx::Class::Version::Table | metacpan | ||
DBIx::Class::Version::TableCompat | metacpan | ||
DBIx::Class::VersionCompat | metacpan | ||
SQL::Translator::Producer::DBIx::Class::File | DBIx::Class file producer | 0.1 | metacpan |
TestRHBug | metacpan |