Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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.

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: CCO/Core/Dbxref.pm, CCO/Core/Def.pm, CCO/Core/GoaAssociation.pm, CCO/Core/Ontology.pm, CCO/Core/Relationship.pm, CCO/Core/RelationshipType.pm, CCO/Core/Synonym.pm, CCO/Core/Term.pm, CCO/Parser/GoaParser.pm, CCO/Parser/NCBIParser.pm, CCO/Parser/OBOParser.pm, CCO/Parser/UniProtParser.pm, CCO/Util/CCO_ID.pm, CCO/Util/CCO_ID_Set.pm, CCO/Util/CCO_ID_Term_Map.pm, CCO/Util/DbxrefSet.pm, CCO/Util/GoaAssociationSet.pm, CCO/Util/ObjectIdSet.pm, CCO/Util/ObjectSet.pm, CCO/Util/Set.pm, CCO/Util/SynonymSet.pm, CCO/Util/TermSet.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.

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: CCO::Util::CCO_ID, CCO::Util::CCO_ID_Term_Map

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

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_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
CCO::Core::Dbxref metacpan
CCO::Core::Def metacpan
CCO::Core::GoaAssociation metacpan
CCO::Core::Ontology metacpan
CCO::Core::Relationship metacpan
CCO::Core::RelationshipType metacpan
CCO::Core::Synonym metacpan
CCO::Core::Term metacpan
CCO::Parser::GoaParser metacpan
CCO::Parser::NCBIParser metacpan
CCO::Parser::OBOParser metacpan
CCO::Parser::UniProtParser metacpan
CCO::Util::CCO_ID metacpan
CCO::Util::CCO_ID_Set metacpan
CCO::Util::CCO_ID_Term_Map metacpan
CCO::Util::DbxrefSet metacpan
CCO::Util::GoaAssociationSet metacpan
CCO::Util::ObjectIdSet metacpan
CCO::Util::ObjectSet metacpan
CCO::Util::Set metacpan
CCO::Util::SynonymSet metacpan
CCO::Util::TermSet metacpan

Other Files

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