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.

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

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

Provides

Name File View
BuildCache::Entry BuildCache.pm metacpan
DefaultRule Rule.pm metacpan
DefaultRule::BuildCheck Rule.pm metacpan
MakeEvent::Process MakeEvent.pm metacpan
MakeEvent::WaitingSubroutine MakeEvent.pm metacpan

Other Files

ChangeLog metacpan
Makefile.PL metacpan
README metacpan