-
http://www.cpantesters.org/cpan/report/5302da84-d0c4-11e6-89d0-b4ed048701ac
Failed test
'Program or module parses without errors: blib/lib/RPerl/Test/ArrayDereference/program_00_good.pl'
at t…
-
A better name would be: Perl::Critic::Policy::Modules::RequirePackageNamePattern
-
https://github.com/jonasbn/perl-critic-policy-regularexpressions-requiredefault/blob/f9c8ebe846355735cde48b5aad94153703ed5750/t/perlcriticrc#L14-L16
---
###### This issue was generated by [todo](htt…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=87032
Requested On: Thu Jul 18 14:23:15 2013
Requested By: rurban@x-ray.at
---
Please patch Perl::Critic::Utils, line 334:
< return eval "\"$li…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=43651
Requested On: Thu Feb 26 01:18:36 2009
Requested By: marks@iskoot.co.il
---
The following code snippet produces a false positive:
# !/usr/b…
-
Perl::Critic::Policy::Subroutines::ProhibitUnusedPrivateSubroutines version 1.118 won't allow this Moose construct:
```
has 'chi' => ( 'is' => 'ro', 'isa' => 'Object', 'builder' => '_build_chi' );
s…
-
perlcritic has different policies as subpackages.
opensuse has packages for
- perl-Perl-Critic-Freenode - https://github.com/Grinnz/Perl-Critic-Freenode
- perl-Perl-Critic-Pulp - http://search.…
-
If I set a construct with `constant.pm`, it will trip `Modules::RequireExplicitInclusion`. For example:
```perl
use constant {
'FOO' => {},
};
use constant 'BAR' => [];
FOO->{'foo'} = …
-
t/check-policy.t fails on some of my systems like this:
```
Exception::Fatal::Generic: A general problem was found.
Can't load Policies from namespace "Perl::Critic::Policy": Can't use string ("D…
-
I have a make target that runs `perlcritic` on an entire codebase. I'd like to have an argument to `perlcritic` that shows the versions of all the policy modules it's using.
Right now, I have to d…