-
At my workplace we have a special Perl package installation and usage mechanism that, we install CPAN packages to non-standard paths and we need to explicitly specify the paths of all the dependency p…
-
Perl-Critic is a somewhat critical module for our parrot infrastructure.
Please fix the broken MCE requirement.
https://travis-ci.org/parrot/parrot/jobs/174460407
```
! Bailing out the installat…
-
In #1031, @mjgardner notes "Further, the documentation also lists [](mailto:team@perlcritic.com) as a contact for submitting new Policy modules." This should be replaced with a pointer to this GitHub …
-
A common example is using the return value in a list as a hash value,
```perl
sub foo {
my $x = shift;
if ($x) {
return $x;
}
else {
return;
}
};
my @args = ( key => fo…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=83726
Requested On: Sat Mar 02 03:57:33 2013
Requested By: carnil@debian.org
---
Hi
This bug has been forwarded from http://bugs.debian.org/7003…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=84898
Requested On: Sat Apr 27 23:06:48 2013
Requested By: carnil@debian.org
---
Hi
This bug has been forwarded from http://bugs.debian.org/7063…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=86083
Requested On: Wed Jun 12 02:30:28 2013
Requested By: l.mai@web.de
---
Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms shouldn't …
-
```
% tools/perlcritic .
lib/OpenQA/Test/PatchDeparse.pm source OK
lib/OpenQA/Test/TimeLimit.pm source OK
lib/perlcritic/Perl/Critic/Policy/ArgumentInUseStrictWarnings.pm source OK
lib/perlcritic…
-
There's lots of useful generic stuff in Perl::Critic::Utils, and various things (e.g. Perl::MinimumVersion) call into it to do its code parsing. I'd like to consider we take on this code into a separ…
-
Perl::Critic uses two modules: String::Format and Perl::Tidy which both are licensed under GPL 2.
- String::Format https://metacpan.org/pod/release/SREZIC/String-Format-1.18/Format.pm#LICENSE
- P…