Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -61/+0 |
| | |||||
* | "pop @l, 1" check doesn't work the same way anymore since it is now parsed ↵ | Pascal Rigaux | 2006-06-14 | 1 | -2/+0 |
| | | | | pop(@l), 1 | ||||
* | 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 |
| | | | | | replace "<cond> or my $foo = ..." with "my $foo = !<cond> && ..." | ||||
* | - check push arguments | Pascal Rigaux | 2004-10-13 | 1 | -0/+8 |
| | | | | | - add a test for pop arguments | ||||
* | 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 |