Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

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::Dialects::ANSI, SQL::Dialects::AnyData, SQL::Dialects::CSV, SQL::Statement::Function, SQL::Statement::GetInfo, SQL::Statement::Operation, SQL::Statement::Placeholder, SQL::Statement::RAM, SQL::Statement::Term, SQL::Statement::TermFactory, SQL::Statement::Util

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.

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::Dialects::ANSI, SQL::Dialects::AnyData, SQL::Dialects::CSV, SQL::Eval, SQL::Statement::Function, SQL::Statement::GetInfo, SQL::Statement::Operation, SQL::Statement::Placeholder, SQL::Statement::RAM, SQL::Statement::Term, SQL::Statement::TermFactory, SQL::Statement::Util

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
SQL::Dialects::ANSI 1.22 metacpan
SQL::Dialects::AnyData 1.22 metacpan
SQL::Dialects::CSV 1.22 metacpan
SQL::Eval Base for deriving evalution objects for SQL::Statement 1.22 metacpan
SQL::Parser validate and parse SQL strings 1.22 metacpan
SQL::Statement SQL parsing and processing engine 1.22 metacpan
SQL::Statement::Function abstract base class for all function executing terms 1.22 metacpan
SQL::Statement::Functions built-in & user-defined SQL functions 1.22 metacpan
SQL::Statement::GetInfo 1.22 metacpan
SQL::Statement::Operation base class for all operation terms 1.22 metacpan
SQL::Statement::Placeholder implements getting the next placeholder value 1.22 metacpan
SQL::Statement::RAM 1.22 metacpan
SQL::Statement::Term base class for all terms 1.22 metacpan
SQL::Statement::TermFactory Factory for SQL::Statement::Term instances 1.22 metacpan
SQL::Statement::Util 1.22 metacpan

Provides

Name File View
SQL::Eval::Table lib/SQL/Eval.pm metacpan
SQL::Statement::ColumnValue lib/SQL/Statement/Term.pm metacpan
SQL::Statement::ConstantTerm lib/SQL/Statement/Term.pm metacpan
SQL::Statement::Function::NumericEval lib/SQL/Statement/Function.pm metacpan
SQL::Statement::Function::StrConcat lib/SQL/Statement/Function.pm metacpan
SQL::Statement::Function::SubString lib/SQL/Statement/Function.pm metacpan
SQL::Statement::Function::Trim lib/SQL/Statement/Function.pm metacpan
SQL::Statement::Function::UserFunc lib/SQL/Statement/Function.pm metacpan
SQL::Statement::Group lib/SQL/Statement.pm metacpan
SQL::Statement::Limit lib/SQL/Statement.pm metacpan
SQL::Statement::Operation::And lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Between lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Clike lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Contains lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Equal lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Equality lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Greater lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::GreaterEqual lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Is lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Like lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Lower lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::LowerEqual lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Neg lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::NotEqual lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Or lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Regexp lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Operation::Rlike lib/SQL/Statement/Operation.pm metacpan
SQL::Statement::Order lib/SQL/Statement.pm metacpan
SQL::Statement::Param lib/SQL/Statement.pm metacpan
SQL::Statement::RAM::Table lib/SQL/Statement/RAM.pm metacpan
SQL::Statement::Table lib/SQL/Statement.pm metacpan
SQL::Statement::TempTable lib/SQL/Statement.pm metacpan
SQL::Statement::Util::Column lib/SQL/Statement/Util.pm metacpan
SQL::Statement::Util::Function lib/SQL/Statement/Util.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan