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-10-18 09:19:27 +01:00
2018-09-04 16:51:18 +01:00
2018-11-14 21:41:18 +01:00
2018-08-02 23:44:12 +01:00
2018-08-02 23:44:12 +01:00
2018-12-01 15:05:18 +09:00
2018-10-30 11:46:53 +01:00
2018-08-02 23:44:12 +01:00
2018-09-04 16:51:18 +01:00
2018-06-20 14:59:51 +02:00
2017-04-24 22:27:18 +01:00
2017-08-08 08:39:13 +01:00
2018-10-30 11:46:53 +01:00
2017-07-27 00:45:25 +01:00
2018-07-15 18:28:28 +01:00
2018-08-02 23:44:12 +01:00
2018-09-04 16:51:18 +01: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
2018-09-04 11:15:59 +01:00
2018-10-26 17:34:32 +01:00
2018-11-04 06:40:25 -08:00
2018-08-02 23:44:12 +01:00
2018-08-02 23:44:12 +01:00
2018-11-04 19:55:06 +13:00
2018-03-23 12:17:54 +00:00
2018-08-02 23:44:12 +01:00
2017-12-20 22:53:03 -06:00
2018-08-02 23:44:12 +01:00
2018-08-30 03:42:44 +02:00
2018-08-02 23:44:12 +01:00
2018-11-11 09:42:57 +00:00
2017-11-27 14:41:49 +00:00
2018-08-02 14:23:03 -07:00
2018-11-04 10:35:21 +00:00
2018-08-02 23:44:12 +01:00
2018-10-25 15:30:49 +01:00
2018-07-24 10:05:44 +01: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-10-31 10:17:55 +01:00
2018-09-04 16:51:18 +01:00
2018-09-19 07:34:11 -07:00
2018-09-04 16:51:18 +01:00
2018-08-02 23:44:12 +01:00
2018-08-02 23:44:12 +01:00
2018-08-02 23:44:12 +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-08-02 23:44:12 +01:00
2018-08-02 23:44:12 +01:00
2018-09-10 08:17:44 +10:00
2017-11-19 00:38:00 +00:00
2017-04-18 00:35:53 +01:00
2018-07-24 10:05:44 +01:00
2018-09-28 03:26:57 +08:00
2018-09-04 16:51:18 +01:00
2018-04-09 19:11:20 +01:00
2018-12-14 17:13:49 -05:00
2018-10-03 14:13:34 -07:00
2018-11-23 09:39:50 +00:00
2018-07-24 10:05:44 +01:00
2018-07-24 10:05:44 +01:00
2018-08-02 23:44:12 +01:00
2018-10-26 17:29:17 +01:00
2018-01-07 17:56:56 +01:00
2018-08-02 23:44:12 +01:00
2018-09-04 16:51:18 +01:00
2018-08-02 23:44:12 +01:00
2018-12-06 11:27:03 -07:00
2018-08-02 23:44:12 +01:00
2018-06-07 15:06:09 +02:00
2018-04-09 19:11:20 +01:00
2017-11-17 15:34:07 +09: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-03 20:39:10 +00:00
2018-12-06 11:23:31 -07:00
2018-08-02 23:44:12 +01:00
2017-11-19 01:08:20 +00:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-08-02 23:44:12 +01:00
2017-04-18 00:35:53 +01:00
2018-08-02 23:44:12 +01:00
2018-12-07 15:20:58 -07:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2016-10-21 21:02:20 -05:00
2018-09-04 16:51:18 +01:00
2018-07-24 10:05:44 +01:00
2018-07-24 10:05:44 +01:00
2018-09-16 08:21:18 -07:00
2018-08-03 17:22:09 +01:00
2018-07-12 13:05:59 +01:00
2018-09-04 16:51:18 +01:00
2018-08-02 23:44:12 +01:00
2018-07-24 10:05:44 +01:00
2018-09-04 16:51:18 +01:00
2018-08-02 23:44:12 +01:00
2018-09-04 16:51:18 +01:00