Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_meta_yml

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

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: Makefile.PL,Objects/Makefile.PL,PageSupport/Makefile.PL,Symphero/Makefile.PL,cgi-bin/Makefile.PL,tools/Makefile.PL

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.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI
  • Error
  • Mail::Sender

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

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: Symphero/Categories.pm, Symphero/Objects.pm, Objects/Action.pm, Objects/Admin.pm, Objects/Authorize.pm, Objects/BgColor.pm, Objects/Category.pm, Objects/CgiParam.pm, Objects/Condition.pm, Objects/Content.pm, Objects/Cookie.pm, Objects/Date.pm, Objects/Default.pm, Objects/FilloutForm.pm, Objects/Footer.pm, Objects/Header.pm, Objects/KPhone.pm, Objects/Mailer.pm, Objects/MenuBuilder.pm, Objects/Order.pm, Objects/Page.pm, Objects/ProductData.pm, Objects/ProductList.pm, Objects/Redirect.pm, Objects/SetArg.pm, Objects/Stub.pm, Objects/Styler.pm, Objects/UserAccount.pm, Objects/UserData.pm, Objects/Utility.pm, docsite/modules/Config.pm, Symphero/OrdersDB.pm, PageSupport/PageSupport.pm, Symphero/ProductsDB.pm, Symphero/SiteConfig.pm, Symphero/Templates.pm, Symphero/UsersDB.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.

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: Symphero::Categories, Symphero::Objects, Symphero::Objects::Action, Symphero::Objects::Admin, Symphero::Objects::Authorize, Symphero::Objects::BgColor, Symphero::Objects::Category, Symphero::Objects::CgiParam, Symphero::Objects::Condition, Symphero::Objects::Content, Symphero::Objects::Cookie, Symphero::Objects::Date, Symphero::Objects::Default, Symphero::Objects::FilloutForm, Symphero::Objects::Footer, Symphero::Objects::Header, Symphero::Objects::KPhone, Symphero::Objects::Mailer, Symphero::Objects::MenuBuilder, Symphero::Objects::Order, Symphero::Objects::Page, Symphero::Objects::ProductData, Symphero::Objects::ProductList, Symphero::Objects::Redirect, Symphero::Objects::SetArg, Symphero::Objects::Stub, Symphero::Objects::Styler, Symphero::Objects::UserAccount, Symphero::Objects::UserData, Symphero::Objects::Utility, Symphero::Objects::docsite::Config, Symphero::OrdersDB, Symphero::PageSupport, Symphero::ProductsDB, Symphero::SiteConfig, Symphero::Templates, Symphero::UsersDB

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.2,1.1,1.2

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
Symphero::Categories 1.1 metacpan
Symphero::Objects 1.2 metacpan
Symphero::Objects::Action metacpan
Symphero::Objects::Admin metacpan
Symphero::Objects::Authorize metacpan
Symphero::Objects::BgColor metacpan
Symphero::Objects::Category metacpan
Symphero::Objects::CgiParam 1.1 metacpan
Symphero::Objects::Condition metacpan
Symphero::Objects::Content metacpan
Symphero::Objects::Cookie metacpan
Symphero::Objects::Date metacpan
Symphero::Objects::Default metacpan
Symphero::Objects::FilloutForm metacpan
Symphero::Objects::Footer metacpan
Symphero::Objects::Header metacpan
Symphero::Objects::KPhone metacpan
Symphero::Objects::Mailer metacpan
Symphero::Objects::MenuBuilder metacpan
Symphero::Objects::Order metacpan
Symphero::Objects::Page 1.1 metacpan
Symphero::Objects::ProductData metacpan
Symphero::Objects::ProductList metacpan
Symphero::Objects::Redirect metacpan
Symphero::Objects::SetArg metacpan
Symphero::Objects::Stub metacpan
Symphero::Objects::Styler metacpan
Symphero::Objects::UserAccount 1.1 metacpan
Symphero::Objects::UserData metacpan
Symphero::Objects::Utility metacpan
Symphero::Objects::docsite::Config metacpan
Symphero::OrdersDB 1.1 metacpan
Symphero::PageSupport Fast text collection for Symphero::Objects::Page 0.2 metacpan
Symphero::ProductsDB 1.1 metacpan
Symphero::SiteConfig 1.1 metacpan
Symphero::Templates 1.2 metacpan
Symphero::UsersDB 1.1 metacpan

Provides

Name File View
Symphero::Errors::Objects Symphero/Objects.pm metacpan
Symphero::Errors::OrdersDB Symphero/OrdersDB.pm metacpan
Symphero::Errors::Page Objects/Page.pm metacpan
Symphero::Errors::ProductsDB Symphero/ProductsDB.pm metacpan
Symphero::Errors::SiteConfig Symphero/SiteConfig.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
Objects/Makefile.PL metacpan
PageSupport/Makefile.PL metacpan
Symphero/Makefile.PL metacpan
cgi-bin/Makefile.PL metacpan
tools/Makefile.PL metacpan