index
:
perl_checker
master
topic/master-rebase-backup
Perl Syntax Checker
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl_checker.src
/
test
/
suggest_better.t
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename folder to match history.
Mageia SVN-Git Migration
2007-04-25
1
-112
/
+0
*
recognize a form of "find { ... } ..."
Pascal Rigaux
2004-11-17
1
-0
/
+7
*
suggest mkdir() instead of system("mkdir ...")
Pascal Rigaux
2004-10-14
1
-0
/
+3
*
$#x == -1 is better written @x == 0
Pascal Rigaux
2004-10-13
1
-0
/
+2
*
check $#l < 0
Pascal Rigaux
2004-10-13
1
-0
/
+2
*
you can replace "any { $_ eq ... } @l" with "member(..., @l)"
Pascal Rigaux
2004-10-13
1
-0
/
+2
*
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