Kwalitee Issues

no_pax_headers

If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.

Error: pax_global_header,pax_global_header

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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: .gitignore,MANIFEST.SKIP,t

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 (48) does not match dist (50):
  • Missing in MANIFEST: .gitignore, MANIFEST.SKIP, t/lib/WebService/MyGengo/Test/Mock/LWP.pm, t/lib/WebService/MyGengo/Test/Util/Client.pm, t/lib/WebService/MyGengo/Test/Util/Config.pm, t/lib/WebService/MyGengo/Test/Util/Job.pm
  • Missing in Dist: t/lib/Webservice/MyGengo/Test/Mock/LWP.pm, t/lib/Webservice/MyGengo/Test/Util/Client.pm, t/lib/Webservice/MyGengo/Test/Util/Config.pm, t/lib/Webservice/MyGengo/Test/Util/Job.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: WebService::MyGengo

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.

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

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_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
WebService::MyGengo A library for interacting with the myGengo API 0.011 metacpan
WebService::MyGengo::Account An Account in the myGengo system. metacpan
WebService::MyGengo::Base Generic base class for all objects in the WebService::MyGengo namespace metacpan
WebService::MyGengo::Client Client for interacting with the myGengo API metacpan
WebService::MyGengo::Comment A Comment in the myGengo system. metacpan
WebService::MyGengo::Exception Exception class for the WebService::MyGengo library. metacpan
WebService::MyGengo::Feedback A Feedback entry in the myGengo system. metacpan
WebService::MyGengo::Job A translation Job in the myGengo system. metacpan
WebService::MyGengo::Language An object representing a translatable language in the myGengo system metacpan
WebService::MyGengo::LanguagePair An object representing a Src -> Dst translation language pair in the myGengo system metacpan
WebService::MyGengo::RequestFactory A factory for creating myGengo API requests metacpan
WebService::MyGengo::Response An response from the myGengo API metacpan
WebService::MyGengo::Revision A Revision in the myGengo system. metacpan

Other Files

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