Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Fri 01 Dec 2006 04:58:48 AM JST gpg: using DSA key 82BBCC04B7EF9476 gpg: Can't check signature: No public key --- SIGNATURE Fri Dec 1 04:58:48 2006 +++ @@ -4,7 +4,7 @@ SHA1 d66ae00fe39c399b98036b864425dbb0939cbbb5 MANIFEST SHA1 98f7918037f2eb3094de567f2a966c43b9fd87ac META.yml SHA1 cd14ada78fb37a0d926edd86eddcdf7f939de582 Makefile.PL -SHA1 2b827a0d128ff3c66528fec21f9efc2efff80c45 SVMLight.patch +SHA1 4ec722a8146ebbd8d6c32c93b55e3f35fbc0160a SVMLight.patch SHA1 5efc4ba161944bd8cc1c998701a52f71d7629316 lib/Algorithm/SVMLight.pm SHA1 5c93bf4ab09ea80736f4fe899d64c7099b604a7a lib/Algorithm/SVMLight.xs SHA1 ca2930bdab5c33e5ebefed4c75ee32a263892eb4 lib/Algorithm/param_set.c.PL ==> MISMATCHED content between SIGNATURE and distribution files! <==

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_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: Algorithm::SVMLight

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
Algorithm::SVMLight Perl interface to SVMLight Machine-Learning Package 0.07 metacpan

Other Files

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