summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/various_errors.t
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-61/+0
|
* "pop @l, 1" check doesn't work the same way anymore since it is now parsed ↵Pascal Rigaux2006-06-141-2/+0
| | | | pop(@l), 1
* suggest mkdir() instead of system("mkdir ...")Pascal Rigaux2004-10-141-2/+0
|
* 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
| | | | | replace "<cond> or my $foo = ..." with "my $foo = !<cond> && ..."
* - check push argumentsPascal Rigaux2004-10-131-0/+8
| | | | | - add a test for pop arguments
* 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