MKDoc-SQL 0.5 Deleted
Kwalitee Issues
- 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.
- 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: MKDoc::SQL::Type::ALL
- 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_stdin_for_prompting
-
Use the prompt() method from ExtUtils::MakeMaker/Module::Build.
- 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.
- 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: MKDoc::SQL, MKDoc::SQL::Category, MKDoc::SQL::Condition, MKDoc::SQL::DBH, MKDoc::SQL::IndexedTable, MKDoc::SQL::MySQL, MKDoc::SQL::Query, MKDoc::SQL::Table, MKDoc::SQL::Type::ALL, MKDoc::SQL::Type::AbstractFloat, MKDoc::SQL::Type::AbstractInt, MKDoc::SQL::Type::AbstractNumber, MKDoc::SQL::Type::AbstractType, MKDoc::SQL::Type::BigInt, MKDoc::SQL::Type::Blob, MKDoc::SQL::Type::Char, MKDoc::SQL::Type::Date, MKDoc::SQL::Type::DateTime, MKDoc::SQL::Type::Double, MKDoc::SQL::Type::Float, MKDoc::SQL::Type::Int, MKDoc::SQL::Type::LongBlob, MKDoc::SQL::Type::LongText, MKDoc::SQL::Type::MediumBlob, MKDoc::SQL::Type::MediumInt, MKDoc::SQL::Type::MediumText, MKDoc::SQL::Type::Numeric, MKDoc::SQL::Type::SmallInt, MKDoc::SQL::Type::Text, MKDoc::SQL::Type::Time, MKDoc::SQL::Type::TinyInt, MKDoc::SQL::Type::VarChar
- 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:
- MKDoc::SQL
- MKDoc::SQL::Category
- MKDoc::SQL::Condition
- MKDoc::SQL::DBH
- MKDoc::SQL::IndexedTable
- MKDoc::SQL::Init::DBI
- MKDoc::SQL::MySQL
- MKDoc::SQL::Object
- MKDoc::SQL::Query
- MKDoc::SQL::Table
- MKDoc::SQL::Type::ALL
- MKDoc::SQL::Type::AbstractFloat
- MKDoc::SQL::Type::AbstractInt
- MKDoc::SQL::Type::AbstractNumber
- MKDoc::SQL::Type::AbstractType
- MKDoc::SQL::Type::BigInt
- MKDoc::SQL::Type::Blob
- MKDoc::SQL::Type::Char
- MKDoc::SQL::Type::Date
- MKDoc::SQL::Type::DateTime
- MKDoc::SQL::Type::Double
- MKDoc::SQL::Type::Float
- MKDoc::SQL::Type::Int
- MKDoc::SQL::Type::LongBlob
- MKDoc::SQL::Type::LongText
- MKDoc::SQL::Type::MediumBlob
- MKDoc::SQL::Type::MediumInt
- MKDoc::SQL::Type::MediumText
- MKDoc::SQL::Type::Numeric
- MKDoc::SQL::Type::SmallInt
- MKDoc::SQL::Type::Text
- MKDoc::SQL::Type::Time
- MKDoc::SQL::Type::TinyInt
- MKDoc::SQL::Type::VarChar
- MKDoc::Setup::SQL
- lib::sql::Category
- lib::sql::DBH
- lib::sql::Table
- lib::sql::type::Char
- lib::sql::type::DateTime
- lib::sql::type::Int
- lib::sql::type::LongText
- lib::sql::type::Text
- 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 |
|---|---|---|---|
| MKDoc::SQL | Database abstraction layer | 0.5 | metacpan |
| MKDoc::SQL::Category | Hierarchical ordrered category table object. | metacpan | |
| MKDoc::SQL::Condition | construct complex SQL conditions | metacpan | |
| MKDoc::SQL::DBH | metacpan | ||
| MKDoc::SQL::IndexedTable | Table with inverted weighted keyword searches | metacpan | |
| MKDoc::SQL::Init::DBI | metacpan | ||
| MKDoc::SQL::MySQL | metacpan | ||
| MKDoc::SQL::Object | Lightweight wrapper around SQL tables | metacpan | |
| MKDoc::SQL::Query | MKDoc SQL Query object | metacpan | |
| MKDoc::SQL::Table | Table object. | metacpan | |
| MKDoc::SQL::Type::ALL | ALL MKDoc column types | metacpan | |
| MKDoc::SQL::Type::AbstractFloat | metacpan | ||
| MKDoc::SQL::Type::AbstractInt | metacpan | ||
| MKDoc::SQL::Type::AbstractNumber | metacpan | ||
| MKDoc::SQL::Type::AbstractType | metacpan | ||
| MKDoc::SQL::Type::BigInt | metacpan | ||
| MKDoc::SQL::Type::Blob | metacpan | ||
| MKDoc::SQL::Type::Char | metacpan | ||
| MKDoc::SQL::Type::Date | metacpan | ||
| MKDoc::SQL::Type::DateTime | metacpan | ||
| MKDoc::SQL::Type::Double | metacpan | ||
| MKDoc::SQL::Type::Float | metacpan | ||
| MKDoc::SQL::Type::Int | metacpan | ||
| MKDoc::SQL::Type::LongBlob | metacpan | ||
| MKDoc::SQL::Type::LongText | metacpan | ||
| MKDoc::SQL::Type::MediumBlob | metacpan | ||
| MKDoc::SQL::Type::MediumInt | metacpan | ||
| MKDoc::SQL::Type::MediumText | metacpan | ||
| MKDoc::SQL::Type::Numeric | metacpan | ||
| MKDoc::SQL::Type::SmallInt | metacpan | ||
| MKDoc::SQL::Type::Text | metacpan | ||
| MKDoc::SQL::Type::Time | metacpan | ||
| MKDoc::SQL::Type::TinyInt | metacpan | ||
| MKDoc::SQL::Type::VarChar | metacpan | ||
| MKDoc::Setup::SQL | Install MKDoc::SQL on an MKDoc::Core site. | metacpan |
Provides
| Name | File | View |
|---|---|---|
| lib::sql::Category | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::DBH | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::Table | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::type::Char | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::type::DateTime | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::type::Int | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::type::LongText | lib/MKDoc/SQL.pm | metacpan |
| lib::sql::type::Text | lib/MKDoc/SQL.pm | metacpan |