-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=28004
Requested On: Thu Jul 05 20:41:16 2007
Requested By: David.Gregory@intecbilling.com
---
Perl::Critic Version = 1.06
Perl Version = 64 bit …
-
Example 1:
\# Failed test 'Test::Perl::Critic for "blib\lib\Math\Constants.pm"'
\# at C:/Strawberry/perl/site/lib/Test/Perl/Critic.pm line 104.
\#
\# Perl::Critic had errors in "blib\lib\Mat…
-
With config:
```
severity = 1
only = 1
[Freenode::Wantarray]
```
this perl script passes perlcritic:
```perl
sub foo {
wantarray ? (1,2,3) : 3; ## no critic (Freenode::Wantarray)
…
-
Perl::Critic installs successfully on a fresh box with `vagrant up`. Then, every `vagrant provision` after that installs Perl::Critic again and again.
Source:
https://github.com/mcandre/mcandre-ubun…
-
Perl::Critic's command line application `perlcritic` produces human readable output, and Perl::Critic has a custom Perl API for integrating with other applications.
Adding a "Static Analysis Result…
-
```
$ perl -MPerl::Critic
Use of uninitialized value $file_name in -e at /opt/perl516_dev/lib/site_perl/5.16.3/File/Slurp.pm line 116.
Use of uninitialized value $file_name in sysopen at /opt/perl516_…
-
In my $work's codebase I was cleaning out some old code and found these policy
modules which I am removing. Please someone feel free to adopt this code and
release it (as separate distributions, not…
-
I'm really excited to see you take this project on. A faster Perl-Critic would be very useful to the community. However, you might want to consider a different approach...
The Perl::Critic::Policy mo…
-
Documentation for [Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles](https://metacpan.org/pod/Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles) says that it prohibits barew…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=82636
Requested On: Fri Jan 11 08:28:11 2013
Requested By: carnil@debian.org
---
Hi
This bug has been forwarded from http://bugs.debian.org/6979…