Kwalitee Issues

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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: DBIx::Custom, DBIx::Custom::Mapper, DBIx::Custom::Model, DBIx::Custom::Order, DBIx::Custom::Query, DBIx::Custom::QueryBuilder, DBIx::Custom::Result, DBIx::Custom::Where

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: DBIx-Custom-0.34/lib/DBIx/Custom/Mapper.pm -- Around line 201: You forgot a '=back' before '=head1' Around line 239: You can't have =items (as at line 243) unless the first thing after the =over is an =item DBIx-Custom-0.34/lib/DBIx/Custom.pm -- Around line 3181: You forgot a '=back' before '=head2' Around line 3732: You forgot a '=back' before '=head2' You forgot a '=back' before '=head2'

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.

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: DBIx::Custom, DBIx::Custom::Mapper, DBIx::Custom::Model, DBIx::Custom::Order, DBIx::Custom::Query, DBIx::Custom::QueryBuilder, DBIx::Custom::Result, DBIx::Custom::Where

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
DBIx::Custom DBI extension to execute insert, update, delete, and select easily 0.34 metacpan
DBIx::Custom::Mapper Mapper of parameter metacpan
DBIx::Custom::Model Model object metacpan
DBIx::Custom::NotExists Not exists object metacpan
DBIx::Custom::Order Order by clause metacpan
DBIx::Custom::Query DEPRECATED! metacpan
DBIx::Custom::QueryBuilder DEPRECATED! metacpan
DBIx::Custom::Result Result of select statement metacpan
DBIx::Custom::Tag DEPRECATED! metacpan
DBIx::Custom::Util Utility class metacpan
DBIx::Custom::Where Where clause metacpan

Other Files

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