Kwalitee Issues

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • tmp/man/man3/Moo::Role.3
  • tmp/man/man3/Sub::Defer.3
  • tmp/man/man3/Sub::Quote.3

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: Moo::HandleMoose::FakeMetaClass, Moo::_mro

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Devel::GlobalDestruction
  • Module::Runtime
  • Role::Tiny
  • strictures

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: tmp/lib/perl5/Method/Generate/Accessor.pm, tmp/lib/perl5/Method/Generate/BuildAll.pm, tmp/lib/perl5/Method/Generate/Constructor.pm, tmp/lib/perl5/Method/Generate/DemolishAll.pm, tmp/lib/perl5/Method/Inliner.pm, tmp/lib/perl5/Moo.pm, tmp/lib/perl5/Moo/HandleMoose.pm, tmp/lib/perl5/Moo/HandleMoose/FakeMetaClass.pm, tmp/lib/perl5/Moo/Object.pm, tmp/lib/perl5/Moo/Role.pm, tmp/lib/perl5/Moo/_Utils.pm, tmp/lib/perl5/Moo/_mro.pm, tmp/lib/perl5/Moo/sification.pm, tmp/lib/perl5/Sub/Defer.pm, tmp/lib/perl5/Sub/Quote.pm, tmp/lib/perl5/oo.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: Moo::HandleMoose::FakeMetaClass, Moo::_mro

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:

  • Method::Generate::Accessor
  • Method::Generate::BuildAll
  • Method::Generate::Constructor
  • Method::Generate::DemolishAll
  • Method::Inliner
  • Moo
  • Moo::HandleMoose
  • Moo::HandleMoose::FakeConstructor
  • Moo::HandleMoose::FakeMetaClass
  • Moo::Object
  • Moo::Role
  • Moo::_Utils
  • Moo::_mro
  • Moo::sification
  • Sub::Defer
  • Sub::Quote
  • oo

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.003,1.000005

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.

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
Method::Generate::Accessor metacpan
Method::Generate::BuildAll metacpan
Method::Generate::Constructor metacpan
Method::Generate::DemolishAll metacpan
Method::Inliner metacpan
Moo Minimalist Object Orientation (with Moose compatiblity) 1.000005 metacpan
Moo::HandleMoose metacpan
Moo::HandleMoose::FakeMetaClass metacpan
Moo::Object metacpan
Moo::Role Minimal Object Orientation support for Roles metacpan
Moo::_Utils metacpan
Moo::_mro metacpan
Moo::sification metacpan
Sub::Defer defer generation of subroutines until they are first called metacpan
Sub::Quote efficient generation of subroutines via string eval metacpan
VM::JiffyBox OO-API for JiffyBox Virtual Machine 0.003 metacpan
VM::JiffyBox::Box Representation of a Virtual Machine in JiffyBox 0.003 metacpan
oo metacpan

Provides

Name File View
Moo::HandleMoose::FakeConstructor tmp/lib/perl5/Moo/HandleMoose.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.pod metacpan
dist.ini metacpan