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 "dist:Perl-Critic-Bangs no critic"

Perl::Critic::Policy::Bangs::ProhibitNoPlan - Know what you're going to test. River stage two • 8 direct dependents • 13 total dependents

Test::More should be given a plan indicting the number of tests to be run. This policy searches for instances of Test::More called with "no_plan"....

PETDANCE/Perl-Critic-Bangs-1.12 - 25 May 2017 04:09:31 UTC

Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers - Adding modifiers to a regular expression made up entirely of a variable created with qr() is usually not doing what you expect. River stage two • 8 direct dependents • 13 total dependents

In older versions of perl, the modifiers on regular expressions where incorrectly applied. This was fixed in 5.10, but no warnings were emitted to warn the user that they were probably not getting the effects they are looking for. Correct: my $regex ...

PETDANCE/Perl-Critic-Bangs-1.12 - 25 May 2017 04:09:31 UTC
2 results (0.041 seconds)