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

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

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: Car::Fiat, Car::Ford, Car::German, Car::IFactory, Car::Interface, Car::Mercedes, Car::Runnable, Car::Runner

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Class::AccessorMaker

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: test-lib/Car/AbstractFactory.pm, test-lib/Car/BMW.pm, test-lib/Car/Factory.pm, test-lib/Car/Fiat.pm, test-lib/Car/Ford.pm, test-lib/Car/German.pm, test-lib/Car/IFactory.pm, test-lib/Car/Interface.pm, test-lib/Car/Mercedes.pm, test-lib/Car/Runnable.pm, test-lib/Car/Runner.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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Car::AbstractFactory, Car::BMW, Car::Factory, Car::Fiat, Car::Ford, Car::German, Car::IFactory, Car::Interface, Car::Mercedes, Car::Runnable, Car::Runner, Class::Interface

Modules

Name Abstract Version View
Car::AbstractFactory metacpan
Car::BMW metacpan
Car::Factory metacpan
Car::Fiat metacpan
Car::Ford metacpan
Car::German metacpan
Car::IFactory metacpan
Car::Interface metacpan
Car::Mercedes metacpan
Car::Runnable metacpan
Car::Runner metacpan
Class::Interface A class for implementing/extending interfaces/abstracts in Perl. 1.01 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan