Kwalitee Issues

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.

no_symlinks

Remove the symlinks from the distribution.

has_tests

Add tests!

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

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: File::Basename, File::CounterFile, Vend::Order, Vend::ValidCC

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Msql

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: mvend203b/File/Basename.pm -- Around line 94: '=item' outside of any '=over' =over without closing =back mvend203b/Vend/Search.pm -- Around line 331: '=item' outside of any '=over' Around line 406: You forgot a '=back' before '=head2'

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: File/Basename.pm, File/CounterFile.pm, Vend/Cart.pm, Vend/Config.pm, Vend/Data.pm, Vend/Glimpse.pm, Vend/Http.pm, Vend/Server.pm, Vend/Imagemap.pm, Vend/Interpolate.pm, Vend/Offline.pm, Vend/Order.pm, Vend/PageBuild.pm, Vend/Scan.pm, Vend/Search.pm, Vend/Session.pm, Vend/SessionFile.pm, Vend/Table/DB_File.pm, Vend/Table/GDBM.pm, Vend/Table/Import.pm, Vend/Table/InMemory.pm, Vend/Table/Msql.pm, Vend/Table/Quoted.pm, Vend/Table/Update.pm, Vend/TextSearch.pm, Vend/Util.pm, Vend/ValidCC.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: File::Basename, File::CounterFile, Vend::Cart, Vend::Config, Vend::Data, Vend::Glimpse, Vend::Http, Vend::Http::Server, Vend::Imagemap, Vend::Interpolate, Vend::Offline, Vend::Order, Vend::PageBuild, Vend::Scan, Vend::Search, Vend::Session, Vend::SessionFile, Vend::Table::DB_File, Vend::Table::GDBM, Vend::Table::Import, Vend::Table::InMemory, Vend::Table::Msql, Vend::Table::Quoted, Vend::Table::Update, Vend::TextSearch, Vend::Util, Vend::ValidCC

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:

  • File::Basename
  • File::CounterFile

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.07,1.1,1.2,1.3,1.4,1.5,1.6,1.7,2.10,2.2,2.22,2.6,2.8

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
File::Basename metacpan
File::CounterFile Persistent counter class 0.07 metacpan
Vend::Cart 1.2 metacpan
Vend::Config metacpan
Vend::Data metacpan
Vend::Glimpse 2.6 metacpan
Vend::Http metacpan
Vend::Http::Server metacpan
Vend::Imagemap metacpan
Vend::Interpolate 2.22 metacpan
Vend::Offline metacpan
Vend::Order 2.8 metacpan
Vend::PageBuild 2.2 metacpan
Vend::Scan 2.10 metacpan
Vend::Search 1.6 metacpan
Vend::Session metacpan
Vend::SessionFile metacpan
Vend::Table::DB_File 1.3 metacpan
Vend::Table::GDBM 1.5 metacpan
Vend::Table::Import 1.4 metacpan
Vend::Table::InMemory 1.3 metacpan
Vend::Table::Msql 1.5 metacpan
Vend::Table::Quoted 1.1 metacpan
Vend::Table::Update 1.1 metacpan
Vend::TextSearch 1.7 metacpan
Vend::Util metacpan
Vend::ValidCC 1.3 metacpan

Provides

Name File View
Vend::Http::Base Vend/Http.pm metacpan
Vend::Http::CGI Vend/Http.pm metacpan
Vend::Server Vend/Server.pm metacpan
Vend::form Vend/Http.pm metacpan

Other Files

Changes metacpan
README metacpan