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: License 'artistic, gpl2+' is invalid (license) [Validation: 1.4];Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

has_license_in_source_file

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

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 (204) does not match dist (206):
  • Missing in MANIFEST: pod/pod2htmd.tmp, pod/pod2htmi.tmp

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: Mpp::BuildCheck, Mpp::Event, Mpp::Fixer::Automake, Mpp::Fixer::CMake, Mpp::Recursive, Mpp::Repository, Mpp::Signature, Mpp::Text

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: makepp-2.0.99.1/pod/makepp_functions.pod -- Around line 106: Non-ASCII character seen before =encoding in '“short-circuiting”'. Assuming UTF-8 makepp-2.0.99.1/pod/makepp_variables.pod -- Around line 11: alternative text '$/' contains non-escaped | or /

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.

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: Mpp, Mpp::BuildCache, Mpp::BuildCacheControl, Mpp::BuildCheck, Mpp::BuildCheck::architecture_independent, Mpp::BuildCheck::exact_match, Mpp::BuildCheck::ignore_action, Mpp::BuildCheck::only_action, Mpp::BuildCheck::target_newer, Mpp::Cmds, Mpp::CommandParser, Mpp::CommandParser::Esql, Mpp::CommandParser::Gcc, Mpp::CommandParser::Swig, Mpp::CommandParser::Vcs, Mpp::Event, Mpp::File, Mpp::File, Mpp::Fixer::Automake, Mpp::Fixer::CMake, Mpp::Glob, Mpp::Lexer, Mpp::Makefile, Mpp::Recursive, Mpp::Repository, Mpp::Rule, Mpp::Scanner, Mpp::Scanner::C, Mpp::Scanner::Esqlc, Mpp::Scanner::Swig, Mpp::Scanner::Vera, Mpp::Scanner::Verilog, Mpp::Signature, Mpp::Signature::c_compilation_md5, Mpp::Signature::md5, Mpp::Signature::shared_object, Mpp::Signature::verilog_synthesis_md5, Mpp::Signature::xml, Mpp::Signature::xml_space, Mpp::Subs, Mpp::Text, Mpp::Utils

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.

Modules

Name Abstract Version View
Mpp Common subs for makepp and makeppreplay metacpan
Mpp::BuildCache subroutines for handling the makepp build cache metacpan
Mpp::BuildCacheControl Externally usable management commands metacpan
Mpp::BuildCheck Interface definition for various signature classes metacpan
Mpp::BuildCheck::architecture_independent metacpan
Mpp::BuildCheck::exact_match a signature class that requires that dependencies have exactly the same signature they did on the last build metacpan
Mpp::BuildCheck::ignore_action metacpan
Mpp::BuildCheck::only_action metacpan
Mpp::BuildCheck::target_newer a build check class that uses the traditional Make algorithm metacpan
Mpp::Cmds Builtin commands for makefiles metacpan
Mpp::CommandParser Base class for makepp command parsers metacpan
Mpp::CommandParser::Esql makepp command parser for various Esql preprocessors metacpan
Mpp::CommandParser::Gcc makepp command parser for gcc or cc metacpan
Mpp::CommandParser::Swig makepp command parser for swig metacpan
Mpp::CommandParser::Vcs makepp command parser for Synopsys VCS metacpan
Mpp::Event event loop for makepp metacpan
Mpp::File cached information about files and directories metacpan
Mpp::Fixer::Automake Fix Automake crap metacpan
Mpp::Fixer::CMake Fix CMake Makefiles so they become nice metacpan
Mpp::Glob Subroutines for reading directories easily. metacpan
Mpp::Lexer Makepp lexer for finding commands and redirections in a rule metacpan
Mpp::Makefile an object that groks makefiles and stores their relevant info metacpan
Mpp::Recursive Support for making dumb recursive make smart metacpan
Mpp::Repository Makepp repository functionality metacpan
Mpp::Rule metacpan
Mpp::Scanner Base class for makepp file scanners metacpan
Mpp::Scanner::C makepp scanner for C-like files metacpan
Mpp::Scanner::Esqlc makepp scanner for Embedded SQL C files metacpan
Mpp::Scanner::Swig makepp scanner for SWIG's .i files metacpan
Mpp::Scanner::Vera makepp scanner for Vera files metacpan
Mpp::Scanner::Verilog makepp scanner for Verilog files metacpan
Mpp::Signature Interface definition for various signature classes metacpan
Mpp::Signature::c_compilation_md5 a signature class that ignores changes to whitespace and comments metacpan
Mpp::Signature::md5 Mpp::Signature class based on MD5 checksum metacpan
Mpp::Signature::shared_object a signature class that ignores changes to shared objects metacpan
Mpp::Signature::verilog_synthesis_md5 a signature class that ignores changes to whitespace and comments metacpan
Mpp::Signature::xml a signature class that ignores insignificant changes and comments metacpan
Mpp::Signature::xml_space metacpan
Mpp::Subs Functions and statements for makefiles metacpan
Mpp::Text Subs for manipulating typical makefile text 2.000099001 metacpan

Provides

Name File View
Mpp::BuildCache::Entry Mpp/BuildCache.pm metacpan
Mpp::DefaultRule Mpp/Rule.pm metacpan
Mpp::DefaultRule::BuildCheck Mpp/Rule.pm metacpan
Mpp::Event::Process Mpp/Event.pm metacpan
Mpp::Event::WaitingSubroutine Mpp/Event.pm metacpan

Other Files

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