Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker: skip s/// | Pascal Rigaux | 2002-02-19 | 1 | -3/+4 |
* | don't fail on non-tagged import | Pascal Rigaux | 2002-02-16 | 1 | -18/+16 |
* | detect "cond ? $v1 = XX1 : $v2 = XX2" error | Pascal Rigaux | 2001-10-25 | 1 | -0/+3 |
* | add checking for << and >> operators priority use | Pascal Rigaux | 2001-08-25 | 1 | -0/+4 |
* | new check: "using $_ in a sub is generally bad news" | Pascal Rigaux | 2001-08-14 | 1 | -0/+4 |
* | new check: never use ``length @l'', it returns the length of the string int(@l) | Pascal Rigaux | 2001-08-09 | 1 | -0/+4 |
* | ignore module CGI | Pascal Rigaux | 2001-08-07 | 1 | -1/+1 |
* | error on "local $var ||=" | Pascal Rigaux | 2001-07-31 | 1 | -2/+8 |
* | add =head1 ... =cut handling | Pascal Rigaux | 2001-07-24 | 1 | -0/+1 |
* | everything should work now | Pascal Rigaux | 2001-07-24 | 1 | -21/+47 |
* | initial commit | Pascal Rigaux | 2001-07-24 | 1 | -0/+197 |