-
In `xt/81_ppi_problems.t` there are three tests that now pass. These tests should be removed after cleaning Modules::ProhibitUnusedImports and Perl::Critic::PPIx::Utilities::Statement as mentioned in…
-
I raised [an issue on Perl::Metrics::Simple](https://github.com/matisse/Perl-Metrics-Simple/issues/18) because it doesn't recognise that `method` defines a subroutine. And it turns out that the proble…
-
`Perl::Critic::Policy::ValuesAndExpressions::PreventSQLInjection` should _not_ trigger on either:
```perl
my $sth = $dbh->prepare(q[
UPDATE `my_table` SET
`data` = ?
…
-
For security reasons, some people may want to disable compilation, but still use the tagger based autocompletion, Perl::Critic, Perl::Tidy, etc. Add a parsing mode setting, which will currently includ…
bscan updated
11 months ago
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=79644
Requested On: Fri Sep 14 05:53:18 2012
Requested By: mjy@geizhals.at
---
Perl::Critic 1.118
This is perl, v5.10.1 (*) built for x86_64-linu…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=82813
Requested On: Fri Jan 18 11:24:00 2013
Requested By: titanofold@gentoo.org
---
Find attached a patch that adds the CERT theme to Perl::Crit…
-
(possibly related: #369)
Hi all, hope you're well.
Here is a minimal test case for an unexpected RequireBarewordIncludes policy warning, where I have Perl::Critic::Policy::Modules::RequireBarewo…
-
Here's some examples:
```
my $foo;
my $bar;
"update" eq $foo;
$foo eq "update" && $bar;
$foo ne "select" || $bar;
```
and the outpout:
> SQL injection risk at line 4, column 1. Variables…
-
update Code: [Perl::Critic](https://metacpan.org/pod/release/PETDANCE/Perl-Critic-1.130/lib/Perl/Critic.pm)
-
```
t/Plugin-PerlCritic.t ..........
# Failed test 'error message'
# at ~/.cpan/build/Code-TidyAll-0.84-0/t/lib/TestFor/Code/TidyAll/Plugin.pm line 93.
# (in TestFor::Code::TidyA…
Tux updated
11 months ago