Kwalitee Issues

has_meta_yml

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

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 (15) does not match dist (30):
  • Missing in MANIFEST: README~, lib/Yote/ClientObj.pm, lib/Yote/Test/Hello.pm, lib/Yote/Test/TestAppNeedsLogin.pm, lib/Yote/Test/TestAppNoLogin.pm, scripts/init_datastore.pl, scripts/jquery-latest.js, scripts/jquery.base64.min.js, scripts/jquery.dumper.js, scripts/jquery.jsonp-2.1.4.min.js, scripts/json2.js, scripts/start_server.pl, scripts/yote.cgi, scripts/yote.js, t/unit_tests.html

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI
  • feature
  • forks
  • forks::shared

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Yote/lib/Yote/AppRoot.pm -- Around line 405: '=item' outside of any '=over' Around line 411: You forgot a '=back' before '=head2' Around line 413: '=item' outside of any '=over' Around line 415: You forgot a '=back' before '=head3' Around line 417: '=item' outside of any '=over' Around line 423: You forgot a '=back' before '=head1' Yote/lib/Yote/Obj.pm -- Around line 181: You forgot a '=back' before '=head1'

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::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

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::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::WebAppServer is a library used for creating prototype applications for the web. 0.01 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README~ metacpan