Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: 'x' for 'Class::DBI' is not a valid version. (requires -> Class::DBI) [Validation: 1.0]

distname_matches_name_in_meta

Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.

Error: Business::Bof::Server

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (22) does not match dist (27):
  • Missing in MANIFEST: sql/Pg/create_tables_framework.sql, sql/Pg/insert_tables_framework.sql, sql/SQLite/create_tables_framework.sql, sql/SQLite/insert_tables_framework.sql, t/__test__.pm

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: Business::Bof::Data::Fw

main_module_version_matches_dist_version

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

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

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

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Business::Bof::Data::Fw, Business::Bof::Server, Business::Bof::Server::Docprint

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Business::Bof::Data::Fw metacpan
Business::Bof::Data::Fw::fw_database metacpan
Business::Bof::Data::Fw::fw_menu metacpan
Business::Bof::Data::Fw::fw_menulink metacpan
Business::Bof::Data::Fw::fw_schedule metacpan
Business::Bof::Data::Fw::fw_task metacpan
Business::Bof::Data::Fw::fw_taskresult metacpan
Business::Bof::Data::Fw::fw_user metacpan
Business::Bof::Data::Fw::fw_usergroup metacpan
Business::Bof::Data::Fw::fw_useringroup metacpan
Business::Bof::Data::Fw::fw_usermenu metacpan
Business::Bof::Server Application Server featuring User Control and Remote Object Execution metacpan
Business::Bof::Server::CLI Server of The Business Oriented Framework 0.05 metacpan
Business::Bof::Server::Connection Server methods for The Business Oriented Framework 0.05 metacpan
Business::Bof::Server::Docprint Handles printing of documents 0.05 metacpan
Business::Bof::Server::Fw Framework support for CLI and utility methods 0.05 metacpan
Business::Bof::Server::Schedule Schedule schedules to be run 0.05 metacpan
Business::Bof::Server::Session Session handling methods 0.05 metacpan
Business::Bof::Server::Task Handle Bof task creation, updating and reading 0.05 metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
README metacpan