Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

no_pod_errors

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

Error: Math-Symbolic-0.608/lib/Math/Symbolic/AuxFunctions.pm -- Around line 176: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Base.pm -- Around line 806: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Compiler.pm -- Around line 323: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Constant.pm -- Around line 285: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Custom/Base.pm -- Around line 92: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Custom/DefaultDumpers.pm -- Around line 126: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Custom/DefaultMods.pm -- Around line 388: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Custom/DefaultTests.pm -- Around line 544: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Custom.pm -- Around line 165: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Derivative.pm -- Around line 694: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/ExportConstants.pm -- Around line 123: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/MiscAlgebra.pm -- Around line 272: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/MiscCalculus.pm -- Around line 302: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Operator.pm -- Around line 1082: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Parser/Precompiled.pm -- Around line 32: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Parser.pm -- Around line 562: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/Variable.pm -- Around line 253: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic/VectorCalculus.pm -- Around line 788: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.608/lib/Math/Symbolic.pm -- Around line 623: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252

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: Math::Symbolic::Parser::Precompiled, Math::Symbolic::Parser::Yapp

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.606,0.608,1.05

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
Math::Symbolic Symbolic calculations 0.608 metacpan
Math::Symbolic::AuxFunctions Auxiliary functions for Math::Symbolic hierarchy 0.608 metacpan
Math::Symbolic::Base Base class for symbols in symbolic calculations 0.608 metacpan
Math::Symbolic::Compiler Compile Math::Symbolic trees to Perl code 0.608 metacpan
Math::Symbolic::Constant Constants in symbolic calculations 0.608 metacpan
Math::Symbolic::Custom Aggregate class for tree tests and transformations 0.608 metacpan
Math::Symbolic::Custom::Base Base class for tree tests and transformations 0.608 metacpan
Math::Symbolic::Custom::DefaultDumpers Default Math::Symbolic output routines 0.608 metacpan
Math::Symbolic::Custom::DefaultMods Default Math::Symbolic transformations 0.608 metacpan
Math::Symbolic::Custom::DefaultTests Default Math::Symbolic tree tests 0.608 metacpan
Math::Symbolic::Derivative Derive Math::Symbolic trees 0.608 metacpan
Math::Symbolic::ExportConstants Export constants used for Math::Symbolic 0.608 metacpan
Math::Symbolic::MiscAlgebra Miscellaneous algebra routines like det() 0.608 metacpan
Math::Symbolic::MiscCalculus Miscellaneous calculus routines (eg Taylor poly) 0.608 metacpan
Math::Symbolic::Operator Operators in symbolic calculations 0.608 metacpan
Math::Symbolic::Parser Parse strings into Math::Symbolic trees 0.608 metacpan
Math::Symbolic::Parser::Precompiled Precompiled Math::Symbolic Parser 0.606 metacpan
Math::Symbolic::Parser::Yapp 1.05 metacpan
Math::Symbolic::Variable Variable in symbolic calculations 0.608 metacpan
Math::Symbolic::VectorCalculus Symbolically comp. grad, Jacobi matrices etc. 0.608 metacpan

Provides

Name File View
Math::Symbolic::Parser::Yapp::Driver lib/Math/Symbolic/Parser/Yapp.pm metacpan
Parse::RecDescent::Math::Symbolic::Parser::Precompiled lib/Math/Symbolic/Parser/Precompiled.pm metacpan

Other Files

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