Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | you can replace "grep { !member($_, ...) } @l" with "difference2([ @l ], [ ..... | Pascal Rigaux | 2004-08-12 | 1 | -0/+2 |
* | "$foo or $foo = ..." can be written "$foo ||= ..." | Pascal Rigaux | 2004-08-11 | 1 | -0/+2 |
* | this case is already handled, only add a test case | Pascal Rigaux | 2004-08-11 | 1 | -0/+2 |
* | "$a[@a] = ..." is better written "push @a, ..." | Pascal Rigaux | 2004-08-11 | 1 | -0/+2 |
* | suggest better for !($foo == $bar) (same for eq, != and ne) | Pascal Rigaux | 2004-08-11 | 1 | -0/+4 |
* | finishing context checks cleanup | Pascal Rigaux | 2004-05-09 | 1 | -0/+2 |
* | *** empty log message *** | Pascal Rigaux | 2004-05-08 | 1 | -0/+2 |
* | *** empty log message *** | Pascal Rigaux | 2004-04-01 | 1 | -1/+2 |
* | add tests for perl_checker | Pascal Rigaux | 2004-03-31 | 1 | -0/+79 |