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

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: Class::DBI::Factory::Exception, Class::DBI::Factory::Howto

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: cdfdemo/lib/My/Album.pm, cdfdemo/lib/My/Artist.pm, cdfdemo/lib/My/DBI.pm, cdfdemo/lib/My/Genre.pm, cdfdemo/lib/My/Handler.pm, cdfdemo/lib/My/Track.pm

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: Class::DBI::Factory, Class::DBI::Factory::Config, Class::DBI::Factory::Exception, Class::DBI::Factory::Ghost, Class::DBI::Factory::Handler, Class::DBI::Factory::Howto, Class::DBI::Factory::List, My::Album, My::Artist, My::DBI, My::Genre, My::Handler, My::Track

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.01,0.02,0.03,0.04,0.2,0.8,0.83,0.86

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
Class::DBI::Factory offers factory interface to a set of Class::DBI classes 0.86 metacpan
Class::DBI::Factory::Config an AppConfig-based configuration mechanism for Class::DBI::Factory 0.86 metacpan
Class::DBI::Factory::Exception useful exception classes for applications using the CDF framework 0.2 metacpan
Class::DBI::Factory::Ghost a minimal data-container used as a precursor for Class::DBI objects when populating forms or otherwise preparing to create a new object from existing data. 0.04 metacpan
Class::DBI::Factory::Handler a handler base class for Class::DBI::Factory applications 0.83 metacpan
Class::DBI::Factory::Howto a guide and recipe list for CDF 0.01 metacpan
Class::DBI::Factory::List an iterator-based retriever and paginator of Class::DBI data 0.8 metacpan
My::Album metacpan
My::Artist metacpan
My::DBI 0.03 metacpan
My::Genre metacpan
My::Handler 0.02 metacpan
My::Track metacpan

Provides

Name File View
Exception::AUTH_REQUIRED lib/Class/DBI/Factory/Exception.pm metacpan
Exception::CONFIRM lib/Class/DBI/Factory/Exception.pm metacpan
Exception::DECLINED lib/Class/DBI/Factory/Exception.pm metacpan
Exception::DONE lib/Class/DBI/Factory/Exception.pm metacpan
Exception::GLITCH lib/Class/DBI/Factory/Exception.pm metacpan
Exception::NOT_FOUND lib/Class/DBI/Factory/Exception.pm metacpan
Exception::OK lib/Class/DBI/Factory/Exception.pm metacpan
Exception::REDIRECT lib/Class/DBI/Factory/Exception.pm metacpan
Exception::RETRY lib/Class/DBI/Factory/Exception.pm metacpan
Exception::SERVER_ERROR lib/Class/DBI/Factory/Exception.pm metacpan
Thing test/Thing.pm metacpan

Other Files

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