-
Every single sub routine in every single module is being marked as a re-declaration, even though not a single one of them actually are re-declarations.
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
Not sure if this is in scope for Perl::Critic::Freenode namespace, but for a while I was thinking - how nice it would be to have a module that reports deprecated/removed things in future Perl's than t…
-
Is there guidance on when a Perl::Critic::Policy's violates method should print to stderr _without_ throwing an exception? For example, Perl::Critic::Policy::Modules::RequireExplicitInclusion (not pa…
-
Similar to #11, I don't see any indication of when I should use Freenode::Prototypes instead of Subroutines::ProhibitSubroutinePrototypes.
http://search.cpan.org/~dbook/Perl-Critic-Freenode/lib/Perl/…
-
``` perl
#!/usr/bin/perl
use 5.14.2;
use warnings;
our $VERSION = "0.00";
say "hello";
```
Here 'use 5.14.2' _implies_ 'use strict' (plus a bit more), and that would be the exception to the "version …
-
https://metacpan.org/pod/Perl::Critic::Policy::Freenode::AmpersandSubCalls does not say anything about how it is different from https://metacpan.org/pod/Perl::Critic::Policy::Subroutines::ProhibitAmpe…
-
I have `xt/` directory, it contains few tests (with `.t` suffix) and few non-test, non-Perl non-scripts, but supporting data for tests. Namely, I have `perlcritic.ini` (a config file for `Test::Perl::…