summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/test/suggest_better.t
Commit message (Expand)AuthorAgeFilesLines
* Rename folder to match history.Mageia SVN-Git Migration2007-04-251-112/+0
* recognize a form of "find { ... } ..."Pascal Rigaux2004-11-171-0/+7
* suggest mkdir() instead of system("mkdir ...")Pascal Rigaux2004-10-141-0/+3
* $#x == -1 is better written @x == 0Pascal Rigaux2004-10-131-0/+2
* check $#l < 0Pascal Rigaux2004-10-131-0/+2
* you can replace "any { $_ eq ... } @l" with "member(..., @l)"Pascal Rigaux2004-10-131-0/+2
* you can replace "grep { !member($_, ...) } @l" with "difference2([ @l ], [ .....Pascal Rigaux2004-08-121-0/+2
* "$foo or $foo = ..." can be written "$foo ||= ..."Pascal Rigaux2004-08-111-0/+2
* this case is already handled, only add a test casePascal Rigaux2004-08-111-0/+2
* "$a[@a] = ..." is better written "push @a, ..."Pascal Rigaux2004-08-111-0/+2
* suggest better for !($foo == $bar) (same for eq, != and ne)Pascal Rigaux2004-08-111-0/+4
* finishing context checks cleanupPascal Rigaux2004-05-091-0/+2
* *** empty log message ***Pascal Rigaux2004-05-081-0/+2
* *** empty log message ***Pascal Rigaux2004-04-011-1/+2
* add tests for perl_checkerPascal Rigaux2004-03-311-0/+79