mpp 4 Deleted
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.
- 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: AutomakeFixer, BuildCheck, FileInfo, MakeEvent, RecursiveMake, Signature
- 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: cvs/pod/makepp_extending.pod -- Around line 28: 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 / cvs/pod/makepp_incompatibilities.pod -- Around line 251: Expected text after =item, not a bullet cvs/pod/makepp_signatures.pod -- Around line 101: Non-ASCII character seen before =encoding in ' '. Assuming UTF-8
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: ActionParser.pm, ActionParser/Legacy.pm, ActionParser/Specific.pm, AutomakeFixer.pm, BuildCache.pm, BuildCacheControl.pm, BuildCheck.pm, BuildCheck/architecture_independent.pm, BuildCheck/exact_match.pm, BuildCheck/ignore_action.pm, BuildCheck/only_action.pm, BuildCheck/symlink.pm, BuildCheck/target_newer.pm, CommandParser.pm, CommandParser/Esqlc.pm, CommandParser/Gcc.pm, CommandParser/Swig.pm, CommandParser/Vcs.pm, FileInfo.pm, FileInfo_makepp.pm, Repository.pm, Glob.pm, MakeEvent.pm, Makecmds.pm, Makefile.pm, Makesubs.pm, RecursiveMake.pm, Rule.pm, Scanner.pm, Scanner/C.pm, Scanner/Esqlc.pm, Scanner/Swig.pm, Scanner/Vera.pm, Scanner/Verilog.pm, Signature.pm, Signature/c_compilation_md5.pm, Signature/md5.pm, Signature/shared_object.pm, Signature/verilog_simulation_md5.pm, Signature/verilog_synthesis_md5.pm, TextSubs.pm, Utils.pm
- 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: ActionParser, ActionParser::Legacy, ActionParser::Specific, AutomakeFixer, BuildCache, BuildCacheControl, BuildCheck, BuildCheck::architecture_independent, BuildCheck::exact_match, BuildCheck::ignore_action, BuildCheck::only_action, BuildCheck::symlink, BuildCheck::target_newer, CommandParser, CommandParser::Esqlc, CommandParser::Gcc, CommandParser::Swig, CommandParser::Vcs, FileInfo, FileInfo, FileInfo, Glob, MakeEvent, Makecmds, Makefile, Makesubs, RecursiveMake, Rule, Scanner, Scanner::C, Scanner::Esqlc, Scanner::Swig, Scanner::Vera, Scanner::Verilog, Signature, Signature::c_compilation_md5, Signature::md5, Signature::shared_object, Signature::verilog_simulation_md5, Signature::verilog_synthesis_md5, TextSubs, Utils
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Rule
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- FileInfo_makepp.pm: HASH(0x5609d4d85410)
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
ActionParser | Makepp action parser base class | metacpan | |
ActionParser::Legacy | Makepp scanner class for legacy interface | metacpan | |
ActionParser::Specific | Makepp scanner class for a specified command scanner | metacpan | |
AutomakeFixer | metacpan | ||
BuildCache | subroutines for handling the makepp build cache | metacpan | |
BuildCacheControl | metacpan | ||
BuildCheck | Interface definition for various signature classes | metacpan | |
BuildCheck::architecture_independent | metacpan | ||
BuildCheck::exact_match | a signature class that requires that dependencies have exactly the same signature they did on the last build | metacpan | |
BuildCheck::ignore_action | metacpan | ||
BuildCheck::only_action | metacpan | ||
BuildCheck::symlink | metacpan | ||
BuildCheck::target_newer | a build check class that uses the traditional Make algorithm | metacpan | |
CommandParser | Base class for makepp command parsers | metacpan | |
CommandParser::Esqlc | makepp command parser for various Esql preprocessors | metacpan | |
CommandParser::Gcc | makepp command parser for Gcc | metacpan | |
CommandParser::Swig | makepp command parser for swig | metacpan | |
CommandParser::Vcs | makepp command parser for Synopsys VCS | metacpan | |
FileInfo | cached information about files and directories | metacpan | |
Glob | Subroutines for reading directories easily. | metacpan | |
MakeEvent | event loop for makepp | metacpan | |
Makecmds | metacpan | ||
Makefile | an object that parses makefiles and stores their relevant info | metacpan | |
Makesubs | metacpan | ||
RecursiveMake | metacpan | ||
Rule | Stores information about a build rule | metacpan | |
Scanner | Base class for makepp file scanners | metacpan | |
Scanner::C | makepp scanner for C files | metacpan | |
Scanner::Esqlc | makepp scanner for Embedded SQL C files | metacpan | |
Scanner::Swig | makepp scanner for SWIG's .i files | metacpan | |
Scanner::Vera | makepp scanner for Vera files | metacpan | |
Scanner::Verilog | makepp scanner for Verilog files | metacpan | |
Signature | Interface definition for various signature classes | metacpan | |
Signature::c_compilation_md5 | a signature class that ignores changes to whitespace and comments | metacpan | |
Signature::md5 | Signature class based on MD5 checksum | metacpan | |
Signature::shared_object | a signature class that ignores changes to shared objects | metacpan | |
Signature::verilog_simulation_md5 | a signature class that ignores changes to whitespace and comments | metacpan | |
Signature::verilog_synthesis_md5 | a signature class that ignores changes to whitespace and comments | metacpan | |
TextSubs | metacpan |