Class-DBI v3.0.9
Kwalitee Issues
No Core Issues.
- 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_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: Class::DBI::Attribute, Class::DBI::Column, Class::DBI::ColumnGrouper, Class::DBI::Iterator, Class::DBI::Query, Class::DBI::Test::SQLite
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Class::DBI | Simple Database Abstraction | 3.000009 | metacpan |
Class::DBI::Attribute | A value in a column. | metacpan | |
Class::DBI::Cascade::Delete | Delete related objects | metacpan | |
Class::DBI::Cascade::Fail | Do not cascade if foreign objects exist | metacpan | |
Class::DBI::Cascade::None | Do nothing upon deletion | metacpan | |
Class::DBI::Column | A column in a table | metacpan | |
Class::DBI::ColumnGrouper | Columns and Column Groups | metacpan | |
Class::DBI::Iterator | Iterate over Class::DBI search results | metacpan | |
Class::DBI::Query | Deprecated SQL manager for Class::DBI | metacpan | |
Class::DBI::Relationship | base class for Relationships | metacpan | |
Class::DBI::Relationship::HasA | metacpan | ||
Class::DBI::Relationship::HasMany | metacpan | ||
Class::DBI::Relationship::MightHave | metacpan | ||
Class::DBI::SQL::Transformer | Transform SQL | metacpan | |
Class::DBI::Search::Basic | Simple Class::DBI search | metacpan | |
Class::DBI::Test::SQLite | Base class for Class::DBI tests | metacpan |