Perl6-Pod 0.31 Deleted
Kwalitee Issues
- 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: Perl6::Pod::Parser::Utils
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Perl6-Pod-0.31/lib/Perl6/Pod/Directive/alias.pm -- Around line 29: Deleting unknown formatting code A<> Perl6-Pod-0.31/lib/Perl6/Pod/FormattingCode/L.pm -- Around line 21: An empty L<> Perl6-Pod-0.31/lib/Perl6/Pod/FormattingCode/M.pm -- Around line 21: Deleting unknown formatting code M<> Deleting unknown formatting code M<> Around line 30: Deleting unknown formatting code M<> Perl6-Pod-0.31/lib/Perl6/Pod/FormattingCode/T.pm -- Around line 22: Deleting unknown formatting code T<> Perl6-Pod-0.31/lib/Perl6/Pod/FormattingCode/X.pm -- Around line 80: You forgot a '=back' before '=head2' Perl6-Pod-0.31/lib/Perl6/Pod/Parser/ListLevels.pm -- Around line 50: =pod directives shouldn't be over one line long! Ignoring all 4 lines of content Perl6-Pod-0.31/lib/Perl6/Pod/Parser/NOTES.pm -- Around line 16: Deleting unknown formatting code N<> Perl6-Pod-0.31/lib/Perl6/Pod/Parser/Utils.pm -- Around line 21: =back without =over Perl6-Pod-0.31/lib/Perl6/Pod.pm -- Around line 200: Deleting unknown formatting code V<>
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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: Perl6::Pod::Parser::Utils
- 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 |
|---|---|---|---|
| Perl6::Pod | use Perl6's pod in perl5 programms | 0.31 | metacpan |
| Perl6::Pod::Block | base class for Perldoc blocks | metacpan | |
| Perl6::Pod::Block::code | Verbatim pre-formatted sample source code | metacpan | |
| Perl6::Pod::Block::comment | handle =comment block | metacpan | |
| Perl6::Pod::Block::format | handle =format block | metacpan | |
| Perl6::Pod::Block::input | handle =input block | metacpan | |
| Perl6::Pod::Block::item | lists | metacpan | |
| Perl6::Pod::Block::nested | Nesting blocks | metacpan | |
| Perl6::Pod::Block::output | handle =output block | metacpan | |
| Perl6::Pod::Block::para | handle B<=para> -ordinary paragraph | metacpan | |
| Perl6::Pod::Block::pod | handle =pod block | metacpan | |
| Perl6::Pod::Block::table | Simple tables | metacpan | |
| Perl6::Pod::Directive::alias | synonyms for longer Pod sequences | metacpan | |
| Perl6::Pod::Directive::config | handle =config directive | metacpan | |
| Perl6::Pod::Directive::use | handle =use directive | metacpan | |
| Perl6::Pod::FormattingCode | base class for formatting code | metacpan | |
| Perl6::Pod::FormattingCode::A | Replaced by contents of specified macro/object | metacpan | |
| Perl6::Pod::FormattingCode::B | Basis/focus of sentence | metacpan | |
| Perl6::Pod::FormattingCode::C | Contained text is code | metacpan | |
| Perl6::Pod::FormattingCode::D | Definition | metacpan | |
| Perl6::Pod::FormattingCode::E | include named Unicode or XHTML entities | metacpan | |
| Perl6::Pod::FormattingCode::I | Important | metacpan | |
| Perl6::Pod::FormattingCode::K | keyboard input | metacpan | |
| Perl6::Pod::FormattingCode::L | handle "L" formatting code | metacpan | |
| Perl6::Pod::FormattingCode::M | class of M code | metacpan | |
| Perl6::Pod::FormattingCode::N | inline note | metacpan | |
| Perl6::Pod::FormattingCode::P | handle "P" formatting code | metacpan | |
| Perl6::Pod::FormattingCode::R | Replaceable item | metacpan | |
| Perl6::Pod::FormattingCode::S | Space-preserving text | metacpan | |
| Perl6::Pod::FormattingCode::T | Terminal output | metacpan | |
| Perl6::Pod::FormattingCode::U | Unusual text | metacpan | |
| Perl6::Pod::FormattingCode::X | index entry | metacpan | |
| Perl6::Pod::FormattingCode::Z | Inline comments | metacpan | |
| Perl6::Pod::Parser | base class for perl6's pod parsers | metacpan | |
| Perl6::Pod::Parser::AddHeadLevels | group headers by level | metacpan | |
| Perl6::Pod::Parser::AddIds | generate attribute id for elements | metacpan | |
| Perl6::Pod::Parser::Context | metacpan | ||
| Perl6::Pod::Parser::CustomCodes | Filter for handle custom codes | metacpan | |
| Perl6::Pod::Parser::Doformatted | handle :formatted configuration option | metacpan | |
| Perl6::Pod::Parser::FilterPattern | metacpan | ||
| Perl6::Pod::Parser::ListLevels | multilevel helper | metacpan | |
| Perl6::Pod::Parser::NOTES | help export N<> to html | metacpan | |
| Perl6::Pod::Parser::NestedAttr | handle nested attribs | metacpan | |
| Perl6::Pod::Parser::Pod2Events | metacpan | ||
| Perl6::Pod::Parser::Utils | set of useful functions | metacpan | |
| Perl6::Pod::Test | test lib | metacpan | |
| Perl6::Pod::To | base class for output formatters | metacpan | |
| Perl6::Pod::To::DocBook | DocBook formater | metacpan | |
| Perl6::Pod::To::DocBook::ProcessHeads | convert heads to sections | metacpan | |
| Perl6::Pod::To::Mem | create elements tree in memory | metacpan | |
| Perl6::Pod::To::XHTML | XHTML formater | metacpan | |
| Perl6::Pod::To::XHTML::MakeBody | add body section | metacpan | |
| Perl6::Pod::To::XHTML::MakeHead | convert heads to sections | metacpan | |
| Perl6::Pod::To::XHTML::ProcessHeadings | convert headings to tags | metacpan | |
| Perl6::Pod::To::XML | XML formatter | metacpan | |
| Test::Filter | metacpan | ||
| Test::FilterDocBook | metacpan |