Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_changelog

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

has_version

Add a version number to the packed distribution. Or use a buildtool ('make dist' or 'Build dist')

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

portable_filenames

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

Error:

  • db/Formulas/Allmännt
  • db/Formulas/Bråk

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Math-Expr-0.4/Expr/MatchSet.pm -- Around line 107: Non-ASCII character seen before =encoding in '£mset'. Assuming CP1252

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Math::Expr, Math::Expr::FormulaDB, Math::Expr::MatchSet, Math::Expr::Node, Math::Expr::Num, Math::Expr::Opp, Math::Expr::OpperationDB, Math::Expr::Rule, Math::Expr::TypeDB, Math::Expr::Var, Math::Expr::VarSet

Modules

Name Abstract Version View
Math::Expr Parses mathematical expressions metacpan
Math::Expr::FormulaDB A db of formulas and there properties metacpan
Math::Expr::MatchSet Represents matches in algebraic expretions metacpan
Math::Expr::Node metacpan
Math::Expr::Num Represents one number in a parsed expression tree metacpan
Math::Expr::Opp Represents one operation in the parsed expression tree metacpan
Math::Expr::OpperationDB A db of basic opperands properties metacpan
Math::Expr::Rule metacpan
Math::Expr::TypeDB A db of basic type and there properties metacpan
Math::Expr::Var Represents one variable in a parsed expression tree metacpan
Math::Expr::VarSet Represents a set of variables and there values metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan