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.

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 (45) does not match dist (35):
  • Missing in MANIFEST: MANIFEST, Makefile.PL, README, ToDo.txt, cgi/yote.cgi, javascript/jquery-latest.js, javascript/jquery.base64.min.js, javascript/jquery.dumper.js, javascript/jquery.jsonp-2.1.4.min.js, javascript/json2.js, javascript/yote-min.js, javascript/yote.js, lib/Yote.pm, lib/Yote/AppRoot.pm, lib/Yote/Array.pm, lib/Yote/ClientObj.pm, lib/Yote/Hash.pm, lib/Yote/MysqlIO.pm, lib/Yote/Obj.pm, lib/Yote/ObjProvider.pm, lib/Yote/SQLiteIO.pm, lib/Yote/Test/Hello.pm, lib/Yote/Test/TestAppNeedsLogin.pm, lib/Yote/Test/TestAppNoLogin.pm, lib/Yote/WebAppServer.pm, sample/hello.html, sample/hello_test.html, sample/login_test.html, sample/t.html, sample/unit_tests.html, script/yote_server, t/docs.t, t/mysql.t, t/sqlite.t, tasklog
  • Missing in Dist: ., ./MANIFEST, ./Makefile, ./Makefile.PL, ./README, ./ToDo.txt, ./cgi, ./cgi/yote.cgi, ./javascript, ./javascript/jquery-latest.js, ./javascript/jquery.base64.min.js, ./javascript/jquery.dumper.js, ./javascript/jquery.jsonp-2.1.4.min.js, ./javascript/json2.js, ./javascript/yote-min.js, ./javascript/yote.js, ./lib, ./lib/Yote, ./lib/Yote.pm, ./lib/Yote/AppRoot.pm, ./lib/Yote/Array.pm, ./lib/Yote/ClientObj.pm, ./lib/Yote/Hash.pm, ./lib/Yote/MysqlIO.pm, ./lib/Yote/Obj.pm, ./lib/Yote/ObjProvider.pm, ./lib/Yote/SQLiteIO.pm, ./lib/Yote/Test, ./lib/Yote/Test/Hello.pm, ./lib/Yote/Test/TestAppNeedsLogin.pm, ./lib/Yote/Test/TestAppNoLogin.pm, ./lib/Yote/WebAppServer.pm, ./sample, ./sample/hello.html, ./sample/hello_test.html, ./sample/login_test.html, ./sample/t.html, ./sample/unit_tests.html, ./script, ./script/yote_server.pl, ./t, ./t/docs.t, ./t/mysql.t, ./t/sqlite.t, ./tasklog

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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI
  • feature
  • forks
  • forks::shared

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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::Hash, Yote::MysqlIO, Yote::Obj, Yote::ObjProvider, Yote::SQLiteIO, Yote::Test::Hello, Yote::Test::TestAppNeedsLogin, Yote::Test::TestAppNoLogin, Yote::WebAppServer

test_prereq_matches_use

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

Error:

  • Test::Pod

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
Yote::AppRoot Application Server Base Objects 0.01 metacpan
Yote::Array All arrays in the Yote system get tied to this class. 0.01 metacpan
Yote::ClientObj 0.01 metacpan
Yote::Hash All hashes in the Yote system get tied to this class. 0.01 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::Test::Hello 0.01 metacpan
Yote::Test::TestAppNeedsLogin 0.01 metacpan
Yote::Test::TestAppNoLogin 0.01 metacpan
Yote::WebAppServer is a library used for creating prototype applications for the web. 0.01 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan