Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

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

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.134/lib/Math/Symbolic/AuxFunctions.pm -- Around line 176: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Base.pm -- Around line 800: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Compiler.pm -- Around line 323: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Constant.pm -- Around line 262: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Custom/Base.pm -- Around line 92: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Custom/DefaultDumpers.pm -- Around line 401: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Custom/DefaultMods.pm -- Around line 221: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Custom/DefaultTests.pm -- Around line 383: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Custom.pm -- Around line 165: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Derivative.pm -- Around line 428: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/ExportConstants.pm -- Around line 121: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/MiscAlgebra.pm -- Around line 275: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/MiscCalculus.pm -- Around line 302: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Operator.pm -- Around line 1013: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Parser/Precompiled.pm -- Around line 27: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Parser.pm -- Around line 506: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/Variable.pm -- Around line 259: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic/VectorCalculus.pm -- Around line 788: Non-ASCII character seen before =encoding in 'Müller,'. Assuming CP1252 Math-Symbolic-0.134/lib/Math/Symbolic.pm -- Around line 296: 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.

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

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

Provides

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

Other Files

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