The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Perl-Critic-Pulp perlcritic"

Perl::Critic::Pulp - some add-on perlcritic policies River stage two • 5 direct dependents • 18 total dependents

This is a collection of add-on policies for "Perl::Critic". They're under a "pulp" theme plus other themes according to their purpose (see "POLICY THEMES" in Perl::Critic). Bugs CodeLayout::ProhibitFatCommaNewline Avoid newline before "=>" not quotin...

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

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

This is a bit of a grab bag, but works as far as it goes....

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

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::Miscellanea::TextDomainUnused - check for Locale::TextDomain imported but unused River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It reports when you have "Locale::TextDomain" like use Locale::TextDomain ('MyMessageDomain'); but then don't use any of its functions or variables __ __x __n __nx __xn __p __px __np __npx N__ N...

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

Perl::Critic::Policy::CodeLayout::RequireFinalSemicolon - require a semicolon at the end of code blocks 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 a semicolon ";" on the final statement of a subroutine or block. sub foo { do_something(); # ok } sub bar { do_something() # bad } The idea is that if you add more code you do...

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::RequireEndBeforeLastPod - require __END__ before POD at end of file River stage two • 5 direct dependents • 18 total dependents

This policy is part of the "Perl::Critic::Pulp" add-on. It requires that you put an "__END__" before POD which is at the end of a file. For example, program_code(); 1; __END__ # good =head1 NAME ... and not merely program_code(); 1; # bad =head1 NAME...

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