| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- P_call_no_paren has a lower priority than P_comma
|
| |
|
|
|
|
|
| |
- simplify a grammar rule
|
| |
|
| |
|
|
|
|
|
| |
(was broken due to the "arch => 1" hack)
|
| |
|
| |
|
|
|
|
|
| |
- undef is always false
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
possible
|
| |
|
| |
|
|
|
|
|
| |
- suggest foreach instead of map in empty context
|
|
|
|
| |
regexp"
|
| |
|
| |
|
|
|
|
| |
--restrict-to-files
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
parameters, please use the empty prototype.\nexample \"sub foo() { ... }\""
|
|
|
|
|
|
|
| |
- check number of parameters in method calls
(ignoring empty overloaded methods)
- allow non-empty prototypes for methods not using @_
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
function body
- suggest to use &f instead of f(@_)
|
|
|
|
| |
(...) { ... }
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(eg: /^\// should be m|^/|, /xxx\=xxx/ should be /xxx=xxx/ ...)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(length, exists, ref)
|
| |
|
| |
|
|
|
|
|
| |
instead of "can't handle this nicely")
|
| |
|
| |
|
| |
|