Kwalitee Issues

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: JMAP::Validation, JMAP::Validation::Checks::Address, JMAP::Validation::Checks::Boolean, JMAP::Validation::Checks::Contact, JMAP::Validation::Checks::ContactGroup, JMAP::Validation::Checks::ContactInformation, JMAP::Validation::Checks::Error, JMAP::Validation::Checks::File, JMAP::Validation::Checks::Number, JMAP::Validation::Checks::String

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DateTime
  • JSON::PP
  • JSON::Typist
  • Moo
  • Moo::Role

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.

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: JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester.pm, JMAP-Tester/lib/JMAP/Tester.pm, JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester/Response.pm, JMAP-Tester/lib/JMAP/Tester/Response.pm, JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester/Response/Paragraph.pm, JMAP-Tester/lib/JMAP/Tester/Response/Paragraph.pm, JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester/Response/Sentence.pm, JMAP-Tester/lib/JMAP/Tester/Response/Sentence.pm, JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester/Response/Sentence/Set.pm, JMAP-Tester/lib/JMAP/Tester/Response/Sentence/Set.pm, JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester/Result/Failure.pm, JMAP-Tester/lib/JMAP/Tester/Result/Failure.pm, JMAP-Tester/JMAP-Tester-0.001/lib/JMAP/Tester/Role/Result.pm, JMAP-Tester/lib/JMAP/Tester/Role/Result.pm

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: JMAP::Validation, JMAP::Validation::Checks::Address, JMAP::Validation::Checks::Boolean, JMAP::Validation::Checks::Contact, JMAP::Validation::Checks::ContactGroup, JMAP::Validation::Checks::ContactInformation, JMAP::Validation::Checks::Error, JMAP::Validation::Checks::File, JMAP::Validation::Checks::Number, JMAP::Validation::Checks::String

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • JMAP::Tester
  • JMAP::Tester::Response
  • JMAP::Tester::Response::Paragraph
  • JMAP::Tester::Response::Sentence
  • JMAP::Tester::Response::Sentence::Set
  • JMAP::Tester::Result::Failure
  • JMAP::Tester::Role::Result

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • JSON::PP

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).

Modules

Name Abstract Version View
JMAP::Tester a JMAP client made for testing JMAP servers metacpan
JMAP::Tester::Response what you get in reply to a succesful JMAP request metacpan
JMAP::Tester::Response::Paragraph a group of sentences in a JMAP response metacpan
JMAP::Tester::Response::Sentence a single triple within a JMAP response metacpan
JMAP::Tester::Response::Sentence::Set the kind of sentence you get in reply to a setFoos call metacpan
JMAP::Tester::Result::Failure what you get when your JMAP request utterly fails metacpan
JMAP::Tester::Role::Result the kind of thing that you get back for a request metacpan
JMAP::Validation metacpan
JMAP::Validation::Checks::Address metacpan
JMAP::Validation::Checks::Boolean metacpan
JMAP::Validation::Checks::Contact metacpan
JMAP::Validation::Checks::ContactGroup metacpan
JMAP::Validation::Checks::ContactInformation metacpan
JMAP::Validation::Checks::Error metacpan
JMAP::Validation::Checks::File metacpan
JMAP::Validation::Checks::Number metacpan
JMAP::Validation::Checks::String metacpan
JMAP::Validation::Generators::Address metacpan
JMAP::Validation::Generators::Contact metacpan
JMAP::Validation::Generators::ContactGroup metacpan
JMAP::Validation::Generators::ContactInformation metacpan
JMAP::Validation::Generators::File metacpan
JMAP::Validation::Generators::SetError metacpan
JMAP::Validation::Generators::String metacpan
JMAP::Validation::Tests::Address metacpan
JMAP::Validation::Tests::Array metacpan
JMAP::Validation::Tests::Boolean metacpan
JMAP::Validation::Tests::Contact metacpan
JMAP::Validation::Tests::ContactGroup metacpan
JMAP::Validation::Tests::ContactInformation metacpan
JMAP::Validation::Tests::File metacpan
JMAP::Validation::Tests::Number metacpan
JMAP::Validation::Tests::Object metacpan
JMAP::Validation::Tests::SetError metacpan
JMAP::Validation::Tests::String metacpan

Other Files

JMAP-Tester/JMAP-Tester-0.001/MANIFEST metacpan
JMAP-Tester/JMAP-Tester-0.001/META.json metacpan
JMAP-Tester/JMAP-Tester-0.001/META.yml metacpan
JMAP-Tester/JMAP-Tester-0.001/Makefile.PL metacpan
JMAP-Tester/JMAP-Tester-0.001/dist.ini metacpan
JMAP-Tester/dist.ini metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan