Kwalitee Issues

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 (47):
  • Duplicates in MANIFEST: lib/Devel/TypeCheck.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: Devel::TypeCheck::Util

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.

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: B::TypeCheck, Devel::TypeCheck::Environment, Devel::TypeCheck::Glob2type, Devel::TypeCheck::Pad2type, Devel::TypeCheck::Sym2type, Devel::TypeCheck::Type, Devel::TypeCheck::Type::Chi, Devel::TypeCheck::Type::Cv, Devel::TypeCheck::Type::Dv, Devel::TypeCheck::Type::Eta, Devel::TypeCheck::Type::Io, Devel::TypeCheck::Type::Iv, Devel::TypeCheck::Type::Kappa, Devel::TypeCheck::Type::Mu, Devel::TypeCheck::Type::Nu, Devel::TypeCheck::Type::Omicron, Devel::TypeCheck::Type::Pv, Devel::TypeCheck::Type::Rho, Devel::TypeCheck::Type::TRef, Devel::TypeCheck::Type::TSub, Devel::TypeCheck::Type::TTerm, Devel::TypeCheck::Type::TVar, Devel::TypeCheck::Type::Upsilon, Devel::TypeCheck::Type::Var, Devel::TypeCheck::Util

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.

Modules

Name Abstract Version View
B::TypeCheck metacpan
Devel::TypeCheck Identify type-unsafe usage in Perl programs 1.01 metacpan
Devel::TypeCheck::Environment class for managing the type environment in B::TypeCheck metacpan
Devel::TypeCheck::Glob2type metacpan
Devel::TypeCheck::Pad2type Symbol table for pads. metacpan
Devel::TypeCheck::Sym2type abstract parent to symbol table types. metacpan
Devel::TypeCheck::Type base type for the type language representation of Devel::TypeCheck metacpan
Devel::TypeCheck::Type::Chi Represents hashes. metacpan
Devel::TypeCheck::Type::Cv Terminal type representing code. metacpan
Devel::TypeCheck::Type::Dv Terminal type representing double float numerical values. metacpan
Devel::TypeCheck::Type::Eta Glob type representation metacpan
Devel::TypeCheck::Type::Io Terminal type representing an IO handle. metacpan
Devel::TypeCheck::Type::Iv Terminal type representing integers. metacpan
Devel::TypeCheck::Type::Kappa Type representing scalar values. metacpan
Devel::TypeCheck::Type::Mu Type representing all values. metacpan
Devel::TypeCheck::Type::Nu Type representing Number values. metacpan
Devel::TypeCheck::Type::Omicron Type representing arrays. metacpan
Devel::TypeCheck::Type::Pv Terminal type representing strings. metacpan
Devel::TypeCheck::Type::Rho Type representing references. metacpan
Devel::TypeCheck::Type::TRef generic reference type metacpan
Devel::TypeCheck::Type::TSub Interface for types with subtypes. metacpan
Devel::TypeCheck::Type::TTerm Generic terminal types. metacpan
Devel::TypeCheck::Type::TVar Methods to inherit for types that allow type variables as subtypes. metacpan
Devel::TypeCheck::Type::Upsilon Type representing printable values. metacpan
Devel::TypeCheck::Type::Var Type variable. metacpan
Devel::TypeCheck::Util Exports utility functions to other TypeCheck modules. metacpan

Other Files

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