Kwalitee Issues

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.

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: PurpleWiki::Page

prereq_matches_use

List all used modules in META.yml requires

Error:

  • AppConfig
  • LWP::UserAgent

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: PurpleWiki/Config.pm, PurpleWiki/Database.pm, PurpleWiki/Database/KeptRevision.pm, PurpleWiki/Database/Page.pm, PurpleWiki/Database/Section.pm, PurpleWiki/Database/Text.pm, PurpleWiki/Database/User.pm, PurpleWiki/InlineNode.pm, PurpleWiki/Page.pm, PurpleWiki/Parser/WikiText.pm, PurpleWiki/Sequence.pm, PurpleWiki/StructuralNode.pm, PurpleWiki/Transclusion.pm, PurpleWiki/Tree.pm, PurpleWiki/View/EventHandler.pm, PurpleWiki/View/debug.pm, PurpleWiki/View/text.pm, PurpleWiki/View/wikihtml.pm, PurpleWiki/View/wikitext.pm, PurpleWiki/View/xhtml.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: PurpleWiki::Config, PurpleWiki::Database, PurpleWiki::Database::KeptRevision, PurpleWiki::Database::Page, PurpleWiki::Database::Section, PurpleWiki::Database::Text, PurpleWiki::Database::User, PurpleWiki::InlineNode, PurpleWiki::Page, PurpleWiki::Parser::WikiText, PurpleWiki::Sequence, PurpleWiki::StructuralNode, PurpleWiki::Transclusion, PurpleWiki::Tree, PurpleWiki::View::EventHandler, PurpleWiki::View::debug, PurpleWiki::View::text, PurpleWiki::View::wikihtml, PurpleWiki::View::wikitext, PurpleWiki::View::xhtml

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
PurpleWiki::Config Configuration object. metacpan
PurpleWiki::Database metacpan
PurpleWiki::Database::KeptRevision metacpan
PurpleWiki::Database::Page metacpan
PurpleWiki::Database::Section metacpan
PurpleWiki::Database::Text metacpan
PurpleWiki::Database::User metacpan
PurpleWiki::InlineNode Inline node object 0.1 metacpan
PurpleWiki::Page metacpan
PurpleWiki::Parser::WikiText Default PurpleWiki parser. metacpan
PurpleWiki::Sequence Generates sequences for node IDs metacpan
PurpleWiki::StructuralNode Structural node object 0.1 metacpan
PurpleWiki::Transclusion Transclusion object. metacpan
PurpleWiki::Tree Basic PurpleWiki data structure metacpan
PurpleWiki::View::EventHandler Event handlers for View drivers metacpan
PurpleWiki::View::debug Debug View driver metacpan
PurpleWiki::View::text Plain text view driver metacpan
PurpleWiki::View::wikihtml WikiHTML view driver metacpan
PurpleWiki::View::wikitext WikiText view driver metacpan
PurpleWiki::View::xhtml XHTML view driver metacpan

Other Files

ChangeLog metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan