summaryrefslogtreecommitdiffstats
path: root/perl_checker
Commit message (Expand)AuthorAgeFilesLines
* perl_checker: skip s///Pascal Rigaux2002-02-191-3/+4
* don't fail on non-tagged importPascal Rigaux2002-02-161-18/+16
* detect "cond ? $v1 = XX1 : $v2 = XX2" errorPascal Rigaux2001-10-251-0/+3
* add checking for << and >> operators priority usePascal Rigaux2001-08-251-0/+4
* new check: "using $_ in a sub is generally bad news"Pascal Rigaux2001-08-141-0/+4
* new check: never use ``length @l'', it returns the length of the string int(@l)Pascal Rigaux2001-08-091-0/+4
* ignore module CGIPascal Rigaux2001-08-071-1/+1
* error on "local $var ||="Pascal Rigaux2001-07-311-2/+8
* add =head1 ... =cut handlingPascal Rigaux2001-07-241-0/+1
* everything should work nowPascal Rigaux2001-07-241-21/+47
* initial commitPascal Rigaux2001-07-241-0/+197