Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

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 (49) does not match dist (27):
  • Missing in Dist: DBIx-Replicate-0.04/Changes, DBIx-Replicate-0.04/Makefile.PL, DBIx-Replicate-0.04/README, DBIx-Replicate-0.04/bin/dbix_replicate, DBIx-Replicate-0.04/inc/Module/Install/Can.pm, DBIx-Replicate-0.04/inc/Module/Install/Metadata.pm, DBIx-Replicate-0.04/inc/Module/Install/Win32.pm, DBIx-Replicate-0.04/lib/DBIx/Replicate/Node.pm, DBIx-Replicate-0.04/lib/DBIx/Replicate/Strategy/PK.pm, DBIx-Replicate-0.04/t/00-base.t, inc/Module/AutoInstall.pm, inc/Module/Install.pm, inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm, inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm, inc/Module/Install/Makefile.pm, inc/Module/Install/Scripts.pm, inc/Module/Install/WriteAll.pm, lib/DBIx/Replicate.pm, lib/DBIx/Replicate/Strategy/CopyBy.pm, t/01-basic.t

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: DBIx-Replicate-0.04/lib/DBIx/Replicate.pm, DBIx-Replicate-0.04/lib/DBIx/Replicate/Strategy/CopyBy.pm, DBIx-Replicate-0.04/inc/Module/AutoInstall.pm, DBIx-Replicate-0.04/inc/Module/Install.pm, DBIx-Replicate-0.04/inc/Module/Install/AutoInstall.pm, DBIx-Replicate-0.04/inc/Module/Install/Base.pm, DBIx-Replicate-0.04/inc/Module/Install/Fetch.pm, DBIx-Replicate-0.04/inc/Module/Install/Include.pm, DBIx-Replicate-0.04/inc/Module/Install/Makefile.pm, DBIx-Replicate-0.04/inc/Module/Install/Scripts.pm, DBIx-Replicate-0.04/inc/Module/Install/WriteAll.pm

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: Module::AutoInstall, Module::Install, Module::Install::AutoInstall, Module::Install::Base, Module::Install::Fetch, Module::Install::Include, Module::Install::Makefile, Module::Install::Scripts, Module::Install::WriteAll

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:

  • Module::AutoInstall
  • Module::Install
  • Module::Install::AutoInstall
  • Module::Install::Base
  • Module::Install::Base::FakeAdmin
  • Module::Install::Fetch
  • Module::Install::Include
  • Module::Install::Makefile
  • Module::Install::Scripts
  • Module::Install::WriteAll

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.04,0.91,1.03

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::Replicate Synchornizes an SQL table to anther table 0.04 metacpan
DBIx::Replicate::Node metacpan
DBIx::Replicate::Strategy::CopyBy metacpan
DBIx::Replicate::Strategy::PK metacpan
Module::AutoInstall 1.03 metacpan
Module::Install 0.91 metacpan
Module::Install::AutoInstall 0.91 metacpan
Module::Install::Base 0.91 metacpan
Module::Install::Fetch 0.91 metacpan
Module::Install::Include 0.91 metacpan
Module::Install::Makefile 0.91 metacpan
Module::Install::Scripts 0.91 metacpan
Module::Install::WriteAll 0.91 metacpan

Provides

Name File View
Module::Install::Base::FakeAdmin DBIx-Replicate-0.04/inc/Module/Install/Base.pm metacpan

Other Files

Changes metacpan
DBIx-Replicate-0.04/MANIFEST metacpan
DBIx-Replicate-0.04/META.yml metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan