Kwalitee Issues

has_meta_yml

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

has_changelog

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

no_generated_files

Remove the offending files/directories!

Error: Build

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:

  • MANIFEST (52) does not match dist (55):
  • Missing in MANIFEST: .gitignore, Build, MANIFEST, Makefile.PL, NOW, README, README.pod, ToDo.txt, VERSIONS, install, lib/Yote.pm, lib/Yote/AppRoot.pm, lib/Yote/Array.pm, lib/Yote/ClientObj.pm, lib/Yote/Cron.pm, lib/Yote/Hash.pm, lib/Yote/Login.pm, lib/Yote/Messenger.pm, lib/Yote/MysqlIO.pm, lib/Yote/Obj.pm, lib/Yote/ObjProvider.pm, lib/Yote/SQLiteIO.pm, lib/Yote/Sample/Census.pm, lib/Yote/Sample/SecretCollect.pm, lib/Yote/Test/Hello.pm, lib/Yote/Test/TestAppNeedsLogin.pm, lib/Yote/Test/TestAppNoLogin.pm, lib/Yote/Test/TestDeepCloner.pm, lib/Yote/Test/TestNoDeepCloner.pm, lib/Yote/Util/Census.pm, lib/Yote/Util/MessageBoard.pm, lib/Yote/WebAppServer.pm, lib/Yote/YoteRoot.pm, script/yote_server.PL, t/docs.t, t/sqlite.t, tasklog, yote_root/html/gru, yote_root/html/index.html, yote_root/html/test.html, yote_root/html/yote/index.html, yote_root/html/yote/js/UIMaster.js, yote_root/html/yote/js/jquery-latest.js, yote_root/html/yote/js/jquery.base64.min.js, yote_root/html/yote/js/jquery.cookie.js, yote_root/html/yote/js/jquery.dumper.js, yote_root/html/yote/js/jquery.jsonp-2.1.4.min.js, yote_root/html/yote/js/json2.js, yote_root/html/yote/js/yote.js, yote_root/html/yote/js/yote.system.util.js, yote_root/html/yote/js/yote.util.js, yote_root/html/yote/obj_explore.html, yote_root/html/yote/reset.html, yote_root/html/yote/sample/secret_collect.html, yote_root/html/yote/unit_tests.html
  • Missing in Dist: ./Build, ./Makefile.PL, ./NOW, ./README, ./README.pod, ./ToDo.txt, ./VERSIONS, ./install, ./lib/Yote.pm, ./lib/Yote/AppRoot.pm, ./lib/Yote/Array.pm, ./lib/Yote/ClientObj.pm, ./lib/Yote/Cron.pm, ./lib/Yote/Hash.pm, ./lib/Yote/Login.pm, ./lib/Yote/Messenger.pm, ./lib/Yote/MysqlIO.pm, ./lib/Yote/Obj.pm, ./lib/Yote/ObjProvider.pm, ./lib/Yote/SQLiteIO.pm, ./lib/Yote/Sample/Census.pm, ./lib/Yote/Sample/SecretCollect.pm, ./lib/Yote/Test/Hello.pm, ./lib/Yote/Test/TestAppNeedsLogin.pm, ./lib/Yote/Test/TestAppNoLogin.pm, ./lib/Yote/Test/TestDeepCloner.pm, ./lib/Yote/Test/TestNoDeepCloner.pm, ./lib/Yote/Util/Census.pm, ./lib/Yote/Util/MessageBoard.pm, ./lib/Yote/WebAppServer.pm, ./lib/Yote/YoteRoot.pm, ./script/yote_server.PL, ./t/docs.t, ./t/sqlite.t, ./tasklog, ./yote_root/html/index.html, ./yote_root/html/test.html, ./yote_root/html/yote/index.html, ./yote_root/html/yote/js/UIMaster.js, ./yote_root/html/yote/js/jquery-latest.js, ./yote_root/html/yote/js/jquery.base64.min.js, ./yote_root/html/yote/js/jquery.cookie.js, ./yote_root/html/yote/js/jquery.dumper.js, ./yote_root/html/yote/js/jquery.jsonp-2.1.4.min.js, ./yote_root/html/yote/js/json2.js, ./yote_root/html/yote/js/yote.js, ./yote_root/html/yote/js/yote.system.util.js, ./yote_root/html/yote/js/yote.util.js, ./yote_root/html/yote/obj_explore.html, ./yote_root/html/yote/reset.html, ./yote_root/html/yote/sample/secret_collect.html, ./yote_root/html/yote/unit_tests.html

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: Yote, Yote::Messenger, Yote::Sample::Census, Yote::Sample::SecretCollect, Yote::Test::TestDeepCloner, Yote::Test::TestNoDeepCloner, Yote::Util::Census, Yote::Util::MessageBoard

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Crypt::Passwd
  • DBI
  • DateTime
  • Email::Valid
  • JSON
  • MIME::Lite
  • Net::Server::HTTP
  • WeakRef
  • feature
  • forks
  • forks::shared

has_meta_json

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

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: Yote, Yote::AppRoot, Yote::Array, Yote::ClientObj, Yote::Cron, Yote::Hash, Yote::Login, Yote::Messenger, Yote::MysqlIO, Yote::Obj, Yote::ObjProvider, Yote::SQLiteIO, Yote::Sample::Census, Yote::Sample::SecretCollect, Yote::Test::Hello, Yote::Test::TestAppNeedsLogin, Yote::Test::TestAppNoLogin, Yote::Test::TestDeepCloner, Yote::Test::TestNoDeepCloner, Yote::Util::Census, Yote::Util::MessageBoard, Yote::WebAppServer, Yote::YoteRoot

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Test::Pod

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.081,0.085,0.090

has_separate_license_file

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

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • Module::Build

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
Yote Code server side, use client side. 0.090 metacpan
Yote::AppRoot Application Server Base Objects 0.085 metacpan
Yote::Array All arrays in the Yote system get tied to this class. 0.01 metacpan
Yote::ClientObj 0.01 metacpan
Yote::Cron metacpan
Yote::Hash All hashes in the Yote system get tied to this class. 0.01 metacpan
Yote::Login metacpan
Yote::Messenger metacpan
Yote::MysqlIO A mysql persistance engine for Yote. 0.01 metacpan
Yote::Obj Base class for all persistant Yote objects. 0.01 metacpan
Yote::ObjProvider Serves Yote objects. Configured to a persistance engine. 0.01 metacpan
Yote::SQLiteIO A SQLite persistance engine for Yote. 0.01 metacpan
Yote::Sample::Census metacpan
Yote::Sample::SecretCollect metacpan
Yote::Test::Hello 0.01 metacpan
Yote::Test::TestAppNeedsLogin 0.01 metacpan
Yote::Test::TestAppNoLogin 0.01 metacpan
Yote::Test::TestDeepCloner metacpan
Yote::Test::TestNoDeepCloner metacpan
Yote::Util::MessageBoard metacpan
Yote::WebAppServer is a library used for creating prototype applications for the web. 0.081 metacpan
Yote::YoteRoot metacpan

Provides

Name File View
Yote::Census lib/Yote/Util/Census.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README.pod metacpan