summaryrefslogtreecommitdiffstats
path: root/perl_checker
Commit message (Expand)AuthorAgeFilesLines
* many more warnings:Pascal Rigaux2002-11-061-1/+52
* - warn about one-character long functions (esp. for &N and &_)Pascal Rigaux2002-11-061-5/+15
* ensure a missing "=cut" doesn't make perl_checker go crazy (eg: when titi add...Pascal Rigaux2002-10-171-1/+5
* add a check for function call PKG::f instead of PKG::f()Pascal Rigaux2002-10-171-0/+8
* no function "xxx undefined" when using "#-#"Pascal Rigaux2002-08-281-0/+1
* - File.pm: add "append_to_file"Pascal Rigaux2002-08-011-1/+16
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-311-143/+181
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-311-2/+32
* catch misuse of =~ when = was meantPascal Rigaux2002-07-231-0/+3
* - perl_checker: add new checksPascal Rigaux2002-07-171-1/+19
* 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