Kwalitee Issues

meta_yml_is_parsable

Upgrade your YAML generator so it produces valid YAML.

Error: multiple parts found in META.yml

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

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: Doc::Perlish, Doc::Perlish::DOM::AttrNode, Doc::Perlish::DOM::Element, Doc::Perlish::DOM::PI, Doc::Perlish::DOM::Text, Doc::Perlish::DOM::WS, Doc::Perlish::EventBuffer, Doc::Perlish::Filter, Doc::Perlish::Filter::Normalize, Doc::Perlish::HTML, Doc::Perlish::Parser, Doc::Perlish::Parser::Kwid, Doc::Perlish::Parser::XML, Doc::Perlish::Reader, Doc::Perlish::Sender, Doc::Perlish::Writer, Doc::Perlish::Writer::XML

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Doc-Perlish-0.14/doc/kwidinput.pod -- Around line 513: Non-ASCII character seen before =encoding in '“active”,'. Assuming CP1252 Doc-Perlish-0.14/doc/poddomspec.pod -- Around line 134: '=item' outside of any '=over' Around line 386: Expected text after =item, not a bullet Doc-Perlish-0.14/lib/Doc/Perlish/DOM/Node.pm -- Around line 140: You forgot a '=back' before '=head1' Doc-Perlish-0.14/lib/Doc/Perlish/DOM.pm -- Around line 61: =over without closing =back Around line 124: Unterminated B<...> sequence Doc-Perlish-0.14/lib/Doc/Perlish/Parser.pm -- Around line 56: =over without closing =back Doc-Perlish-0.14/lib/Doc/Perlish/Sender.pm -- Around line 91: =over without closing =back

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: Doc::Perlish, Doc::Perlish::DOM::AttrNode, Doc::Perlish::DOM::Element, Doc::Perlish::DOM::PI, Doc::Perlish::DOM::Text, Doc::Perlish::DOM::WS, Doc::Perlish::EventBuffer, Doc::Perlish::Filter, Doc::Perlish::Filter::Normalize, Doc::Perlish::HTML, Doc::Perlish::Parser, Doc::Perlish::Parser::Kwid, Doc::Perlish::Parser::XML, Doc::Perlish::Reader, Doc::Perlish::Sender, Doc::Perlish::Writer, Doc::Perlish::Writer::XML

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • XML::ParseDTD

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

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
Doc::Perlish Perl Documentation Tools 0.14 metacpan
Doc::Perlish::Base metacpan
Doc::Perlish::DOM Represent a Perldoc document, DOM-style metacpan
Doc::Perlish::DOM::AttrNode nodes with name and attributes in a Perldoc::DOM tree metacpan
Doc::Perlish::DOM::Element metacpan
Doc::Perlish::DOM::Node node in a Perldoc::DOM tree metacpan
Doc::Perlish::DOM::PI a processing instruction in a Perldoc::DOM tree metacpan
Doc::Perlish::DOM::Text text node in a Perldoc::DOM tree metacpan
Doc::Perlish::DOM::WS ignorable whitespace in a Perldoc::DOM tree metacpan
Doc::Perlish::Data::Chill Convert Perl data structures to Perldoc metacpan
Doc::Perlish::Data::Thaw metacpan
Doc::Perlish::EventBuffer collect streaming API events metacpan
Doc::Perlish::Filter metacpan
Doc::Perlish::Filter::Normalize metacpan
Doc::Perlish::HTML metacpan
Doc::Perlish::Parser parse Perldoc input documents to events metacpan
Doc::Perlish::Parser::Kwid metacpan
Doc::Perlish::Parser::XML parse eXecrable Markup Language into Perldoc metacpan
Doc::Perlish::Reader abstaction for stream-ish data input metacpan
Doc::Perlish::Receiver metacpan
Doc::Perlish::Sender a description of how to `send' parse events metacpan
Doc::Perlish::Writer base class for stream output functions metacpan
Doc::Perlish::Writer::XML metacpan

Provides

Name File View
Doc::Perlish::Parser::Block lib/Doc/Perlish/Parser.pm metacpan
Doc::Perlish::Parser::Kwid::BoldPhrase lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::CodePhrase lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::DefinitionList lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::ItalicPhrase lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::NamedBlock lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::OrderedList lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::TextParagraph lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::Top lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::UnorderedList lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Kwid::VerbatimBlock lib/Doc/Perlish/Parser/Kwid.pm metacpan
Doc::Perlish::Parser::Phrase lib/Doc/Perlish/Parser.pm metacpan

Other Files

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