-
I've started using VSCode at new $job. I notice there's no mention of VSCode in the docs. There are plugins. Is it worth mentioning these?
-
When I open a file that has some perl critic issues the warnings popup this is correct, then the problems pane is populated, this is also good, but when I close the file, even all files the problem pa…
-
Running `perlcritic --brutal` on the code below returns an error:
_Argument "-" isn't numeric in exponentiation ( \* \* ) at_
_/home/wbraswell/perl5/lib/perl5/PPI/Token/Number/Exp.pm line 55._
_perlt…
-
I have some large modules where critic times out and so no problems are reported.
The timeout is currently set to 25 seconds.
Would it be possible to make this configurable? This could be either pe…
pjcj updated
3 months ago
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=75329
Requested On: Sun Feb 26 16:46:34 2012
Requested By: dolmen@cpan.org
---
As a follow-up to bug #75300 I wrote a policy to report modules th…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=63965
Requested On: Wed Dec 15 16:21:02 2010
Requested By: rvandam00@gmail.com
---
After some debate, we've decided in my company that braces aro…
-
A test case boiled down from the svg-svg2zinc-0.10 distribution:
```
$ cat test.pm
eval ( require X );
$ perlcritic -s BuiltinFunctions::ProhibitUselessTopic test.pm
Fatal error while critiquing "te…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=77360
Requested On: Tue May 22 08:17:19 2012
Requested By: MARKF@cpan.org
---
Currently RequireUseWarnings doesn't accept
"use 5.16.0;"
As an a…
-
TryCatch is a module to add try/catch to Perl, without source filters. I find it works more reliably than the alternative Try::Tiny. It allows a try-expression with zero catch blocks, but this produ…
-
Has anyone looked into caching ->isa() at the PPI::Element level?
The number of calls to ->isa() in a "make nytprof" run of Perl::Critic is staggering, and I have to think that at least some of those…