The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Perl-Critic-Pulp podparser"

Perl::Critic::Pulp::PodParser - shared POD parsing code for the Pulp perlcritic add-on River stage two • 5 direct dependents • 18 total dependents

This is only meant for internal use yet. It's some shared parse-from-element, error suppression, no output, violation accumulation and violation line number things for POD parsing in policies....

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::RequireFinalCut - end POD with =cut directive River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you to end POD with a "=cut" directive at the end of a file. =head1 DOCO Some text. =cut # ok The idea is to have a definite end indication for human readers. Perl and the POD processors...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::RequireLinkedURLs - use Lltgt markup on URLs in POD River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you to put "L<>" markup on URLs in POD text in Perl 5.8 and higher. use 5.008; =head1 HOME PAGE http://foo.org/mystuff/index.html # bad L<http://foo.org/mystuff/index.html> # good "L<>" ...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitLinkToSelf - don't Lltgt link to own POD River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to use "L<>" markup to refer to a POD document itself. =head1 NAME My::Package - something =head1 DESCRIPTION L<My::Package> does blah blah ... # bad =head1 SEE ALSO L<My::Packag...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::RequireFilenameMarkup - markup /foo filenames River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you to use "F<>" or other markup on filenames. /usr/bin # bad F</usr/bin> # ok C</bin/sh> # ok "F<>" lets the formatters show filenames in a usual way, such as italics in man pages. This...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitVerbatimMarkup - unexpanded Cltgt etc markup in POD verbatim paras River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It reports POD verbatim paragraphs which contain markup like B<> or C<>. That markup will appear literally in the formatted output where you may have meant fontification. =head1 SOME THING Parag...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitBadAproposMarkup - don't use Cltgt markup in a NAME section River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to write C<> markup in the NAME section of the POD because it comes out badly in the man-db "apropos" database. For example, =head1 NAME foo - like the C<bar> program # bad "pod2...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitParagraphTwoDots - don't end a paragraph with two dots River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to end a POD paragraph with two dots, Some thing.. # bad This is a surprisingly easy typo, but of course is entirely cosmetic and on that basis this policy is lowest severity and...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitUnbalancedParens - don't leave an open bracket or paren River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It reports unbalanced or mismatched parentheses, brackets and braces in POD text paragraphs, Blah blah (and something. # bad Blah blah ( [ ). # bad Blah blah brace }. # bad This is only cosmetic...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitDuplicateSeeAlso - don't duplicate Lltgt links in SEE ALSO River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to duplicate "L<Foo>" links in a SEE ALSO section. =head1 SEE ALSO L<Foo::Bar> L<Foo::Bar> # bad The idea is that for readability a given cross-reference should be linked just on...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitParagraphEndComma - avoid comma at end of section River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to end a POD paragraph with a comma. Some text, # bad, meant to be a full-stop? Some more text. Usually such a comma is meant to be a full-stop, or perhaps omitted at the end of ...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC

Perl::Critic::Policy::Documentation::ProhibitDuplicateHeadings - don't duplicate =head names River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It asks you not to duplicate heading names in "=head" POD commands. =head1 SOMETHING =head1 SOMETHING # bad, duplicate Duplication is usually a mistake, perhaps too much cut-and-paste, or a left...

KRYDE/Perl-Critic-Pulp-99 - 28 Feb 2021 08:34:14 UTC
12 results (0.027 seconds)