Kwalitee Issues

has_readme

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

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

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

has_buildtool

Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

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: Cannot find MANIFEST in dist.

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: BioGraph::Analyze, BioGraph::Clustering, BioGraph::Compute, BioGraph::FileAccess, BioGraph::Operation, BioGraph::Random, BioGraph::Visual

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: BioGraph/Compute.pm -- Around line 158: Expected text after =item, not a bullet Around line 162: Expected text after =item, not a bullet Around line 178: Expected text after =item, not a bullet Around line 243: Expected text after =item, not a bullet Around line 247: Expected text after =item, not a bullet Around line 259: Expected text after =item, not a bullet Around line 301: Expected text after =item, not a bullet Around line 305: Expected text after =item, not a bullet Around line 321: Expected text after =item, not a bullet Around line 358: Expected text after =item, not a bullet Around line 362: Expected text after =item, not a bullet Around line 378: Expected text after =item, not a bullet Around line 438: Expected text after =item, not a bullet Around line 442: Expected text after =item, not a bullet Around line 458: Expected text after =item, not a bullet Around line 533: Expected text after =item, not a bullet Around line 537: Expected text after =item, not a bullet Around line 557: Expected text after =item, not a bullet Around line 683: Expected text after =item, not a bullet Around line 687: Expected text after =item, not a bullet Around line 711: Expected text after =item, not a bullet Around line 776: Expected text after =item, not a bullet Around line 780: Expected text after =item, not a bullet Around line 816: Expected text after =item, not a bullet Around line 949: Expected text after =item, not a bullet Around line 953: Expected text after =item, not a bullet Around line 973: Expected text after =item, not a bullet Around line 1034: Expected text after =item, not a bullet Around line 1038: Expected text after =item, not a bullet Around line 1062: Expected text after =item, not a bullet Around line 1128: Expected text after =item, not a bullet Around line 1132: Expected text after =item, not a bullet Around line 1144: Expected text after =item, not a bullet Around line 1190: Expected text after =item, not a bullet Around line 1194: Expected text after =item, not a bullet Around line 1214: Expected text after =item, not a bullet Around line 1278: Expected text after =item, not a bullet Around line 1282: Expected text after =item, not a bullet Around line 1302: Expected text after =item, not a bullet BioGraph/Random.pm -- Around line 57: Expected text after =item, not a bullet Around line 61: Expected text after =item, not a bullet Around line 89: Expected text after =item, not a bullet

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: Analyze.pm, Clustering.pm, Compute.pm, FileAccess.pm, Operation.pm, Random.pm, Visual.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: BioGraph::Analyze, BioGraph::Clustering, BioGraph::Compute, BioGraph::FileAccess, BioGraph::Operation, BioGraph::Random, BioGraph::Visual

consistent_version

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

Error: 1.0,1.000001

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
BioGraph::Analyze 1.0 metacpan
BioGraph::Clustering 1.0 metacpan
BioGraph::Compute 1.000001 metacpan
BioGraph::FileAccess 1.000001 metacpan
BioGraph::Operation 1.000001 metacpan
BioGraph::Random 1.000001 metacpan
BioGraph::Visual 1.000001 metacpan