ale/ale_linters
Mark Grimes 38d25fc7c0 Update the perl-linter's l:pattern to catch missing errors
In some situations, errors reported by `perl -c` can have multiple
listings of "at <file> line <number>". If the l:pattern is changed to
use non-greedy matching it will also match these.

For example:
```
use strict;
use DateTime;
$asdf=1;
```

Results in:
```
Global symbol "$asdf" requires explicit package name (did you forget to declare "my $asdf"?) at /Users/mgrimes/t.pl line 3, <DATA> line 1.
/Users/mgrimes/t.pl had compilation errors.
```

I am not 100% sure why `perl -c` generates errors with the extra "file
line <num>". It only happens in some versions of perl when certain
modules are used.
2018-12-14 17:13:49 -05:00
..
2018-11-18 18:14:24 +01:00
2018-11-14 21:41:18 +01:00
2018-12-01 15:05:18 +09:00
2018-09-04 16:51:18 +01:00
2018-10-17 16:11:41 +01:00
2018-09-04 16:51:18 +01:00
2017-12-20 22:53:03 -06:00
2018-11-11 09:42:57 +00:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-11-21 10:40:07 +01:00
2018-12-05 21:53:39 +09:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2017-12-18 15:26:52 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-10-03 14:13:34 -07:00
2018-10-26 17:29:17 +01:00
2018-09-04 16:51:18 +01:00
2018-06-07 15:06:09 +02:00
2018-09-04 16:51:18 +01:00
2018-12-10 14:02:32 -07:00
2018-10-22 09:21:48 +01:00
2018-12-06 11:23:31 -07:00
2018-12-06 11:23:31 -07:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00