-
Could we re-enable linting in the Travis-CI build? My hope is to avoid my own tendency to introduce poorly written code, while encouraging the community as a whole (which has grown recently) to move t…
ghost updated
9 years ago
-
First of all, great idea!
Second, if this is very plugin-based, then it will become more like a framework, so I'll /_casually_ suggest this is moved from App:: (because Perl::Critic is also not put u…
-
perl critic can't analyze this code:
```
#!/usr/bin/perl
use strict;
use warnings;
use autodie 2.12;
open my $f, '
-
When I run **./Build test** the autosplit test fails, when I run **prove -lv t** everything is fine.
The reason seems to be that Build test runs **perl -w**, while prove does not have the "-w" flag
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=63904
Requested On: Tue Dec 14 07:53:57 2010
Requested By: jdeighan@pcgus.com
---
The following code (I've added line numbers):
1 # ----------…
-
```
Mojolicious-3.17
both dev(m) and prod
```
Original issue reported on code.google.com by `heikki.s...@gmail.com` on 1 Aug 2012 at 6:38
-
PPI::Token::Word has code to make sure that some operators/builtins (eq ne ge le gt lt q qq qx qw qr m s tr y pack unpack) are separated from an immediately-following single quote because that’s what …
-
In the following expression, the `*` operator is misclassified as a cast:
``` perl
my $v = $opts{r}*$g;
```
Parse tree (PPI version 1.219_001)
```
PPI::Document604
…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=72980
Requested On: Mon Dec 05 11:03:37 2011
Requested By: EDAVIS@cpan.org
---
Test program:
$_ = 'xxxxxxxxxxxxxxxxxxxx';
/(.)(.)(.)(.)(.)(.)(.)…
-
mainly a not for myself