Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

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

buildtool_not_executable

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

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: Cannot find MANIFEST in dist.

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.98.2/pod/makepp_extending.pod -- Around line 27: alternative text 'ifperl / ifmakeperl' contains non-escaped | or / alternative text 'perl / makeperl' contains non-escaped | or / alternative text 'sub / makesub' contains non-escaped | or / alternative text 'perl / makeperl' contains non-escaped | or / alternative text 'map / makemap' contains non-escaped | or / alternative text 'perl / makeperl' contains non-escaped | or / makepp-2.0.98.2/pod/makepp_functions.pod -- Around line 105: Non-ASCII character seen before =encoding in '“short-circuiting”'. Assuming UTF-8 makepp-2.0.98.2/pod/makepp_signatures.pod -- Around line 92: Non-ASCII character seen before =encoding in ' '. Assuming UTF-8 makepp-2.0.98.2/pod/makepp_variables.pod -- Around line 11: alternative text '$/' contains non-escaped | or /

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: Mpp, Mpp::ActionParser::Legacy, Mpp::ActionParser::Specific, 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

Modules

Name Abstract Version View
Mpp Common subs for makepp and makeppreplay metacpan
Mpp::ActionParser::Legacy Makepp scanner class for legacy interface metacpan
Mpp::ActionParser::Specific Makepp scanner class for a specified command scanner 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::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 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
Makefile.PL metacpan
README metacpan