-
Unclear if I do something wrong: https://github.com/Camelcade/Perl5-IDEA/commit/4ab4947f45cc85c4cb1b8f4427e4cfd3d4e0f32f
CI run: https://github.com/Camelcade/Perl5-IDEA/actions/runs/5295899879/jobs…
-
When you have a regex with many alternations, it's very easy to accidentally leave an empty alternation when editing. Although Programming Perl documents a use-case for them similar to the ? quantifie…
-
Hey all, I have 3 windows machines I devel on, because of this I use onedrive and I made it so %onedrive%\MyTools are always in path .... but that is going off on a tangent.
I wanted it so that I c…
-
I was looking for just this sort of policy. I'm not seeing it on CPAN. Any reason for that?
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=59175
Requested On: Wed Jul 07 14:49:09 2010
Requested By: user42@zip.com.au
---
I created a violation object with $policy->violation from within…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=24618
Requested On: Fri Jan 26 15:15:28 2007
Requested By: smueller@cpan.org
---
Hi,
If you run PAR.pm through Perl::Critic, you get:
Capture v…
-
``` console
$ cat reused-names
#!/usr/bin/perl
use strict;
use warnings;
our $VERSION = '3.14';
my $a = 1;
LABEL:
while (my $a = ) { ## no critic (ProhibitReusedNames)
}
$ perlcritic --verbose '…
jwilk updated
7 years ago
-
This is a feature request to have a better interaction between Variables::ProhibitPackageVars and the core module Locale::Maketext:
When using `Locale::Maketext` to localize a program, the standard…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=75904
Requested On: Tue Mar 20 03:02:37 2012
Requested By: EDAVIS@cpan.org
---
The normal way to iterate over an array is with 'foreach'.
However…
-
``` perl
#!/usr/bin/perl
use strict;
use warnings;
our $VERSION = "0.00";
format STDOUT =
number(s) description
--------- ----------------
@