-
I though following code should trigger ProhibitCommaSeparatedStatements at line 6 on `@foo` assignment.
```perl
#! /usr/bin/perl
use strict;
use warnings;
my @foo = 0 , 1;
print join("\n",…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=67499
Requested On: Fri Apr 15 13:44:52 2011
Requested By: cjay.martin@gmail.com
---
Perl::Critic::Policy::BuiltinFunctions::ProhibitComplexMappi…
-
- dev-perl/Mail-IMAPClient-3.380.0
- [x] Keyword Bug filed
- [x] Arches assigned
- [ ] Keywording done
- dev-perl/Math-GMP-2.110.0
- [x] Keyword Bug Filed
- [x] Arches Assigned
- [ ] Keywo…
-
I just tried and with the `master` and the latest `perl` that is installed (5.34.0) PDL seems to install fine.
But given it's broken before and is a rather complex bundle, I was thinking about defi…
-
Hi,
I have tried to use Perl::Critic and Perl::Tidy on my code, but it doesn't seem to work. I have these errors:
![photo_2020-09-08_10-03-12](https://user-images.githubusercontent.com/2431105/92449…
-
To be clear:
my $string = '$foo';
runs afoul of
https://metacpan.org/pod/Perl::Critic::Policy::ValuesAndExpressions::RequireInterpolationOfMetachars
but
my $string = "\$foo";
…
-
MetaCPAN has a "++" system (see https://metacpan.org/release/Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection for example), it would be nice to get this information from the MetaCPAN API an…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=77214
Requested On: Tue May 15 04:01:19 2012
Requested By: EDAVIS@cpan.org
---
I was surprised that this didn't generate any warning from perlcri…
-
There are some contexts where barewords will not work in the call to open,
```
use strict;
use warnings;
use autodie;
open STDERR, '>&', STDOUT;
```
However, providing the typeglob works fi…
-
PerlCritic flags the violation Perl::Critic::Policy::ValuesAndExpressions::ProhibitMagicNumbers only 10 times even if there are more instances of the same.