summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/various_errors.t
Commit message (Expand)AuthorAgeFilesLines
* check if_() with only one parameterPascal Rigaux2004-10-141-0/+2
* replace "my $foo = ... if <cond>" with "my $foo = <cond> && ..."Pascal Rigaux2004-10-131-0/+4
* - check push argumentsPascal Rigaux2004-10-131-0/+8
* check lvalue validityPascal Rigaux2004-08-121-0/+3
* suggest replacing system(qq(foo "$xxx")) with system('foo', $xxx)Pascal Rigaux2004-04-281-0/+2
* various detection of join() misusePascal Rigaux2004-04-281-0/+4
* add tests for perl_checkerPascal Rigaux2004-03-311-0/+42