Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | you can replace "grep { !member($_, ...) } @l" with "difference2([ @l ], [ ↵ | Pascal Rigaux | 2004-08-12 | 1 | -0/+2 |
| | | | | ... ])" | ||||
* | handle s:xxx:yyy: and qw/.../, issuing a warning | Pascal Rigaux | 2004-08-12 | 1 | -0/+4 |
| | | | | | (hopefully the ':' added in pattern_separator won't break other lex rules...) | ||||
* | check lvalue validity | Pascal Rigaux | 2004-08-12 | 1 | -0/+3 |
| | |||||
* | "$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 |
| | |||||
* | enforce spaces around operator "." (string concat) | Pascal Rigaux | 2004-08-11 | 1 | -0/+1 |
| | |||||
* | "$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 |
| | |||||
* | partially fix { xxx() }->{$foo} | Pascal Rigaux | 2004-08-11 | 1 | -0/+4 |
| | |||||
* | finishing context checks cleanup | Pascal Rigaux | 2004-05-09 | 2 | -1/+19 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-05-08 | 1 | -0/+2 |
| | |||||
* | better contexts | Pascal Rigaux | 2004-05-08 | 2 | -4/+9 |
| | |||||
* | detect "$xxx == undef" | Pascal Rigaux | 2004-04-30 | 1 | -0/+2 |
| | |||||
* | 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 a test | Pascal Rigaux | 2004-04-28 | 1 | -2/+6 |
| | |||||
* | add a test for open F, ... | Pascal Rigaux | 2004-04-28 | 1 | -0/+2 |
| | |||||
* | test with local fake_packages | Pascal Rigaux | 2004-04-28 | 1 | -0/+1 |
| | |||||
* | use local perl_checker | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-04-01 | 1 | -1/+2 |
| | |||||
* | add tests for perl_checker | Pascal Rigaux | 2004-03-31 | 12 | -0/+379 |