SQL-Builder 0.03 Deleted
Kwalitee Issues
- 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: SQL::Builder::AggregateFunction
- 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: SQL::Builder::AggregateFunction
- 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:
- SQL::Builder
- 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 |
|---|---|---|---|
| SQL::Builder | a structured SQL manipulation interface | 0.03 | metacpan |
| SQL::Builder::AggregateFunction | A class for adding statefulness to aggregate SQL functions | metacpan | |
| SQL::Builder::AnyObject | metacpan | ||
| SQL::Builder::Base | The base class for SQL::Builder objects | metacpan | |
| SQL::Builder::BinaryOp | Represent binary expressions (two or more operands) | metacpan | |
| SQL::Builder::Column | Represents a SQL table column | metacpan | |
| SQL::Builder::ColumnList | generate a list of expressions to be used in a SELECT statement's column list | metacpan | |
| SQL::Builder::Distinct | Object representation of a SELECT column list with support for DISTINCT/DISTINCT ON | metacpan | |
| SQL::Builder::Except | Object representation of the SQL "EXCEPT" junction | metacpan | |
| SQL::Builder::FromList | Represent the joins and tables in SQL's FROM clause | metacpan | |
| SQL::Builder::FromTable | Represents a table used in the SQL FROM clause | metacpan | |
| SQL::Builder::Function | represent a SQL function | metacpan | |
| SQL::Builder::GroupBy | Manage the list of expressions in a SQL's GROUP BY clause | metacpan | |
| SQL::Builder::Having | Represent SQL's HAVING clause | metacpan | |
| SQL::Builder::In | Represent the SQL IN operator | metacpan | |
| SQL::Builder::Intersect | Represent a SQL 'INTERSECT' junction | metacpan | |
| SQL::Builder::Iterator | metacpan | ||
| SQL::Builder::Join | Represent a SQL JOIN statement | metacpan | |
| SQL::Builder::JoinGroup | Represent a group of JOINs | metacpan | |
| SQL::Builder::Junction | Represent a SQL junction, typically including INTERSECT, UNION, and EXCEPT | metacpan | |
| SQL::Builder::Limit | Represent LIMIT/OFFSET clauses | metacpan | |
| SQL::Builder::List | An object interface for various SQL lists | metacpan | |
| SQL::Builder::Order | Represent an expression in SQL ORDER BY clauses | metacpan | |
| SQL::Builder::OrderBy | An object representation of the ORDER BY clause | metacpan | |
| SQL::Builder::Placeholder | Represent a DBI placeholder in a SQL::Builder tree | metacpan | |
| SQL::Builder::PostfixOp | Represent a SQL unary (postfix) operator/expression | metacpan | |
| SQL::Builder::PrefixOp | Represent a SQL unary (prefix) operator/expression | metacpan | |
| SQL::Builder::Select | Represent a SQL SELECT statement | metacpan | |
| SQL::Builder::Table | Represent a SQL table syntax | metacpan | |
| SQL::Builder::Text | represent values to be quoted in SQL | metacpan | |
| SQL::Builder::UnaryOp | Represent a SQL unary operator/expression | metacpan | |
| SQL::Builder::Union | Object representation of the SQL "UNION" junction | metacpan | |
| SQL::Builder::Using | metacpan | ||
| SQL::Builder::Where | Represent a SQL WHERE clause | metacpan |