Perldoc 0.13 Deleted
Kwalitee Issues
- 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: Perldoc, Perldoc::DOM::AttrNode, Perldoc::DOM::Element, Perldoc::DOM::PI, Perldoc::DOM::Text, Perldoc::DOM::WS, Perldoc::EventBuffer, Perldoc::Filter, Perldoc::Filter::Normalize, Perldoc::HTML, Perldoc::Parser, Perldoc::Parser::Kwid, Perldoc::Parser::XML, Perldoc::Reader, Perldoc::Sender, Perldoc::Writer, Perldoc::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: Perldoc-0.13/doc/kwidinput.pod -- Around line 513: Non-ASCII character seen before =encoding in 'ÃâactiveÃâ,'. Assuming CP1252 Perldoc-0.13/doc/poddomspec.pod -- Around line 134: '=item' outside of any '=over' Around line 386: Expected text after =item, not a bullet Perldoc-0.13/lib/Perldoc/DOM/Node.pm -- Around line 140: You forgot a '=back' before '=head1' Perldoc-0.13/lib/Perldoc/DOM.pm -- Around line 61: =over without closing =back Around line 124: Unterminated B<...> sequence Perldoc-0.13/lib/Perldoc/Parser.pm -- Around line 56: =over without closing =back Perldoc-0.13/lib/Perldoc/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.
- 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: Perldoc, Perldoc::DOM::AttrNode, Perldoc::DOM::Element, Perldoc::DOM::PI, Perldoc::DOM::Text, Perldoc::DOM::WS, Perldoc::EventBuffer, Perldoc::Filter, Perldoc::Filter::Normalize, Perldoc::HTML, Perldoc::Parser, Perldoc::Parser::Kwid, Perldoc::Parser::XML, Perldoc::Reader, Perldoc::Sender, Perldoc::Writer, Perldoc::Writer::XML
- 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:
- Perldoc
- Perldoc::Base
- Perldoc::DOM
- Perldoc::DOM::AttrNode
- Perldoc::DOM::Element
- Perldoc::DOM::Node
- Perldoc::DOM::PI
- Perldoc::DOM::Text
- Perldoc::DOM::WS
- Perldoc::Data::Chill
- Perldoc::Data::Thaw
- Perldoc::EventBuffer
- Perldoc::Filter
- Perldoc::Filter::Normalize
- Perldoc::HTML
- Perldoc::Parser
- Perldoc::Parser::Block
- Perldoc::Parser::Kwid
- Perldoc::Parser::Kwid::BoldPhrase
- Perldoc::Parser::Kwid::CodePhrase
- Perldoc::Parser::Kwid::DefinitionList
- Perldoc::Parser::Kwid::ItalicPhrase
- Perldoc::Parser::Kwid::NamedBlock
- Perldoc::Parser::Kwid::OrderedList
- Perldoc::Parser::Kwid::TextParagraph
- Perldoc::Parser::Kwid::Top
- Perldoc::Parser::Kwid::UnorderedList
- Perldoc::Parser::Kwid::VerbatimBlock
- Perldoc::Parser::Phrase
- Perldoc::Parser::XML
- Perldoc::Reader
- Perldoc::Receiver
- Perldoc::Sender
- Perldoc::Writer
- Perldoc::Writer::XML
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- 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 |
---|---|---|---|
Perldoc | Perl Documentation Tools | 0.13 | metacpan |
Perldoc::Base | metacpan | ||
Perldoc::DOM | Represent a Perldoc document, DOM-style | metacpan | |
Perldoc::DOM::AttrNode | nodes with name and attributes in a Perldoc::DOM tree | metacpan | |
Perldoc::DOM::Element | metacpan | ||
Perldoc::DOM::Node | node in a Perldoc::DOM tree | metacpan | |
Perldoc::DOM::PI | a processing instruction in a Perldoc::DOM tree | metacpan | |
Perldoc::DOM::Text | text node in a Perldoc::DOM tree | metacpan | |
Perldoc::DOM::WS | ignorable whitespace in a Perldoc::DOM tree | metacpan | |
Perldoc::Data::Chill | Convert Perl data structures to Perldoc | metacpan | |
Perldoc::Data::Thaw | metacpan | ||
Perldoc::EventBuffer | collect streaming API events | metacpan | |
Perldoc::Filter | metacpan | ||
Perldoc::Filter::Normalize | metacpan | ||
Perldoc::HTML | metacpan | ||
Perldoc::Parser | parse Perldoc input documents to events | metacpan | |
Perldoc::Parser::Kwid | metacpan | ||
Perldoc::Parser::XML | parse eXecrable Markup Language into Perldoc | metacpan | |
Perldoc::Reader | abstaction for stream-ish data input | metacpan | |
Perldoc::Receiver | metacpan | ||
Perldoc::Sender | a description of how to `send' parse events | metacpan | |
Perldoc::Writer | base class for stream output functions | metacpan | |
Perldoc::Writer::XML | metacpan |
Provides
Name | File | View |
---|---|---|
Perldoc::Parser::Block | lib/Perldoc/Parser.pm | metacpan |
Perldoc::Parser::Kwid::BoldPhrase | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::CodePhrase | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::DefinitionList | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::ItalicPhrase | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::NamedBlock | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::OrderedList | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::TextParagraph | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::Top | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::UnorderedList | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Kwid::VerbatimBlock | lib/Perldoc/Parser/Kwid.pm | metacpan |
Perldoc::Parser::Phrase | lib/Perldoc/Parser.pm | metacpan |