DBO 0.17 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- 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.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Carp::Assert
- Class::Data::Inheritable
- Class::MethodMaker
- Tie::IxHash
- Tie::StdArray
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- 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.
- 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:
- DBO
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- DBO.pm: HASH(0x5609d4788e68)
- DBO/Base.pm: HASH(0x5609d4961da8)
- DBO/Base/Defs.pm: HASH(0x5609d47920c8)
- DBO/Base/Private.pm: HASH(0x5609d46ebc48)
- DBO/DBH/Owner.pm: HASH(0x5609d494a300)
- DBO/Generator.pm: HASH(0x5609d483aef8)
- DBO/GluedQuery.pm: HASH(0x5609d4853c30)
- DBO/GluedUpdate.pm: HASH(0x5609d46b2e00)
- DBO/Meta/ColumnInfo.pm: HASH(0x5609d466ea28)
- DBO/Meta/HasA.pm: HASH(0x5609d46d93e8)
- DBO/Meta/HasMany.pm: HASH(0x5609d48834a8)
- DBO/Meta/HasQuery.pm: HASH(0x5609d4771118)
- DBO/Meta/Key.pm: HASH(0x5609d465fc98)
- DBO/Meta/OneToMany.pm: HASH(0x5609d47f7ca8)
- DBO/Meta/TableInfo.pm: HASH(0x5609d46c9d60)
- DBO/Query.pm: HASH(0x5609d47201a8)
- DBO/Query/Delete.pm: HASH(0x5609d49b98c0)
- DBO/Query/Expr.pm: HASH(0x5609d46d3ed0)
- DBO/Query/GroupBy.pm: HASH(0x5609d495c6e8)
- DBO/Query/Insert.pm: HASH(0x5609d46e2a20)
- DBO/Query/Join.pm: HASH(0x5609d464cc48)
- DBO/Query/LeftJoin.pm: HASH(0x5609d4844aa0)
- DBO/Query/Limit.pm: HASH(0x5609d47d07b8)
- DBO/Query/OrderBy.pm: HASH(0x5609d471fde8)
- DBO/Query/RightJoin.pm: HASH(0x5609d47e8388)
- DBO/Query/Text.pm: HASH(0x5609d46e2eb8)
- DBO/Query/Update.pm: HASH(0x5609d4656ee8)
- DBO/Test/Objects.pm: HASH(0x5609d4603c00)
- DBO/Test/Util.pm: HASH(0x5609d46d9808)
- DBO/Tie/PrimaryKeyList.pm: HASH(0x5609d45fa370)
- DBO/Util.pm: HASH(0x5609d47552e0)
- DBO/Value.pm: HASH(0x5609d47c15f0)
- DBO/Value/Column.pm: HASH(0x5609d45ebbf0)
- DBO/Value/Key.pm: HASH(0x5609d46302b0)
- 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 |
---|---|---|---|
DBO | Database Object Mapping | metacpan | |
DBO::Base | Provides inheritable methods mapped to database operations. | metacpan | |
DBO::Base::Defs | Table definition routines. | metacpan | |
DBO::Base::Private | The private API for DBO::Base | metacpan | |
DBO::Conf | metacpan | ||
DBO::DBH::Owner | A class that has $dbh data. | metacpan | |
DBO::Generator | Provides routines any generator might need. | metacpan | |
DBO::GluedQuery | A query that is glued to a DBO meta object by primary key. | metacpan | |
DBO::GluedUpdate | An update glued to a DBO::Base object. | metacpan | |
DBO::Meta::ColumnInfo | Meta data about a column. | metacpan | |
DBO::Meta::HasA | One side of a one-to-many relationship. | metacpan | |
DBO::Meta::HasMany | One side of a one-to-many relationship. | metacpan | |
DBO::Meta::HasQuery | A column based on a Query object. | metacpan | |
DBO::Meta::Key | An vector of columns. | metacpan | |
DBO::Meta::OneToMany | A One to N relationship. | metacpan | |
DBO::Meta::TableInfo | metacpan | ||
DBO::Query | A query abstraction. | metacpan | |
DBO::Query::Delete | An SQL DELETE wrapper | metacpan | |
DBO::Query::Expr | Abstraction of a WHERE or ON clause. | metacpan | |
DBO::Query::GroupBy | An ORDER BY clause. | metacpan | |
DBO::Query::Insert | An SQL INSERT wrapper. | metacpan | |
DBO::Query::Join | Abstract a join between two DBO sources. | metacpan | |
DBO::Query::LeftJoin | Abstracts a LEFT OUTER JOIN | metacpan | |
DBO::Query::Limit | A LIMIT clause. | metacpan | |
DBO::Query::OrderBy | An ORDER BY clause. | metacpan | |
DBO::Query::RightJoin | Abstracts a RIGHT OUTER JOIN | metacpan | |
DBO::Query::Text | Just a wrapper around plain sql. | metacpan | |
DBO::Query::Update | An SQL UPDATE wrapper | metacpan | |
DBO::Test::Objects | This is an umbrella package for all the DBO::Test objects. | metacpan | |
DBO::Test::Util | THIS PACKAGE SHOULD NOT BE INSTALLED. | metacpan | |
DBO::Tie::PrimaryKeyList | A list of primary keys that auto creates objects when fetched. | metacpan | |
DBO::Util | Miscellany with no place else to go. | metacpan | |
DBO::Value | Abstract class for column and key values. | metacpan | |
DBO::Value::Column | The value in a single colummn. | metacpan | |
DBO::Value::Key | The values for a DBO::Meta::Key. | metacpan | |
DBO::Version | The DBO Release Version | 0.17 | metacpan |