Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (70) does not match dist (71):
  • Missing in MANIFEST: lib/ORM/Auto.pm

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: ORM::Base, ORM::Broken, ORM::Cache, ORM::Const, ORM::Date, ORM::Datetime, ORM::Db, ORM::Db::DBI, ORM::Db::DBI::MySQL, ORM::Db::DBI::MySQLemTa, ORM::Db::DBI::PgSQL, ORM::Db::DBI::SQLite, ORM::Db::DBIResultSet, ORM::Db::DBIResultSetFull, ORM::Db::Replicated, ORM::DbLog, ORM::DbResultSet, ORM::Error, ORM::Expr, ORM::Filter, ORM::Filter::Case, ORM::Filter::Cmp, ORM::Filter::Func, ORM::Filter::Group, ORM::Filter::Interval, ORM::History, ORM::Ident, ORM::Meta::Array, ORM::Meta::ORM::Date, ORM::Meta::ORM::Datetime, ORM::Meta::ORM::History, ORM::Metaprop, ORM::MetapropBuilder, ORM::Order, ORM::ResultSet, ORM::Stat, ORM::StatMetaprop, ORM::StatResultSet, ORM::Ta, ORM::Tjoin, ORM::TjoinNull

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

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

Error: ORM-0.85.1/lib/ORM/Auto.pm -- Around line 180: '=item' outside of any '=over' Around line 199: You forgot a '=back' before '=head1'

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: ORM::Auto, ORM::Base, ORM::Broken, ORM::Cache, ORM::Const, ORM::Date, ORM::Datetime, ORM::Db, ORM::Db::DBI, ORM::Db::DBI::MySQL, ORM::Db::DBI::MySQLemTa, ORM::Db::DBI::PgSQL, ORM::Db::DBI::SQLite, ORM::Db::DBIResultSet, ORM::Db::DBIResultSetFull, ORM::Db::Replicated, ORM::DbLog, ORM::DbResultSet, ORM::Error, ORM::Expr, ORM::Filter, ORM::Filter::Case, ORM::Filter::Cmp, ORM::Filter::Func, ORM::Filter::Group, ORM::Filter::Interval, ORM::History, ORM::Ident, ORM::Meta::Array, ORM::Meta::ORM::Date, ORM::Meta::ORM::Datetime, ORM::Meta::ORM::History, ORM::Metaprop, ORM::MetapropBuilder, ORM::Order, ORM::ResultSet, ORM::Stat, ORM::StatMetaprop, ORM::StatResultSet, ORM::Ta, ORM::Tjoin, ORM::TjoinNull

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:

  • Array

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.8,0.81,0.83

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).

Modules

Name Abstract Version View
ORM Object relational mapper for Perl. 0.83 metacpan
ORM::Base 0.8 metacpan
ORM::Broken 0.8 metacpan
ORM::Cache 0.83 metacpan
ORM::Const 0.8 metacpan
ORM::Date Date handler class. 0.8 metacpan
ORM::Datetime Date and time handler class. 0.8 metacpan
ORM::Db 0.8 metacpan
ORM::Db::DBI 0.83 metacpan
ORM::Db::DBI::MySQL 0.83 metacpan
ORM::Db::DBI::MySQLemTa 0.83 metacpan
ORM::Db::DBI::PgSQL 0.83 metacpan
ORM::Db::DBI::SQLite 0.8 metacpan
ORM::Db::DBIResultSet 0.8 metacpan
ORM::Db::DBIResultSetFull 0.8 metacpan
ORM::Db::Replicated 0.8 metacpan
ORM::DbLog 0.8 metacpan
ORM::DbResultSet 0.8 metacpan
ORM::Error Error container class. 0.83 metacpan
ORM::Expr 0.81 metacpan
ORM::Filter 0.8 metacpan
ORM::Filter::Case 0.8 metacpan
ORM::Filter::Cmp 0.8 metacpan
ORM::Filter::Func 0.8 metacpan
ORM::Filter::Group 0.8 metacpan
ORM::Filter::Interval 0.8 metacpan
ORM::Ident 0.81 metacpan
ORM::Meta::Array 0.83 metacpan
ORM::Meta::ORM::Date 0.8 metacpan
ORM::Meta::ORM::Datetime 0.8 metacpan
ORM::Meta::ORM::History 0.81 metacpan
ORM::Metaprop 0.81 metacpan
ORM::MetapropBuilder 0.8 metacpan
ORM::Order 0.8 metacpan
ORM::ResultSet 0.8 metacpan
ORM::Stat 0.81 metacpan
ORM::StatMetaprop 0.81 metacpan
ORM::StatResultSet 0.8 metacpan
ORM::Ta 0.8 metacpan
ORM::Tjoin 0.81 metacpan
ORM::TjoinNull 0.81 metacpan

Provides

Name File View
Array lib/ORM/Meta/Array.pm metacpan

Other Files

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