Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "pop @l, 1" check doesn't work the same way anymore since it is now parsed po... | Pascal Rigaux | 2006-06-14 | 1 | -2/+0 |
* | suggest mkdir() instead of system("mkdir ...") | Pascal Rigaux | 2004-10-14 | 1 | -2/+0 |
* | check if_() with only one parameter | Pascal Rigaux | 2004-10-14 | 1 | -0/+2 |
* | replace "my $foo = ... if <cond>" with "my $foo = <cond> && ..." | Pascal Rigaux | 2004-10-13 | 1 | -0/+4 |
* | - check push arguments | Pascal Rigaux | 2004-10-13 | 1 | -0/+8 |
* | check lvalue validity | Pascal Rigaux | 2004-08-12 | 1 | -0/+3 |
* | suggest replacing system(qq(foo "$xxx")) with system('foo', $xxx) | Pascal Rigaux | 2004-04-28 | 1 | -0/+2 |
* | various detection of join() misuse | Pascal Rigaux | 2004-04-28 | 1 | -0/+4 |
* | add tests for perl_checker | Pascal Rigaux | 2004-03-31 | 1 | -0/+42 |