index
:
perl-MDK-Common
master
Mageia Common Perl Code
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl_checker.src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
warn about blocks ending with a ";"
Pascal Rigaux
2004-11-26
1
-1
/
+5
*
recognize a form of "find { ... } ..."
Pascal Rigaux
2004-11-17
1
-0
/
+7
*
warn unneeded ";" after some blocks
Pascal Rigaux
2004-11-17
2
-1
/
+6
*
*** empty log message ***
Pascal Rigaux
2004-11-17
1
-0
/
+5
*
allow disabling warnings on command-line (and have various warnings level)
Pascal Rigaux
2004-11-10
1
-1
/
+1
*
suggest mkdir() instead of system("mkdir ...")
Pascal Rigaux
2004-10-14
2
-2
/
+3
*
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
*
*** empty log message ***
Pascal Rigaux
2004-10-13
1
-2
/
+2
*
check 'xxx' if $xxx (=> value is dropped)
Pascal Rigaux
2004-10-13
1
-0
/
+4
*
$#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
*
handle qx(...) and qx{...} with a warning
Pascal Rigaux
2004-10-13
1
-1
/
+1
*
you can replace "any { $_ eq ... } @l" with "member(..., @l)"
Pascal Rigaux
2004-10-13
1
-0
/
+2
*
- check push arguments
Pascal Rigaux
2004-10-13
1
-0
/
+8
*
disallow the use of the return value of push and unshift
Pascal Rigaux
2004-10-13
1
-0
/
+2
*
allow qq{...} (with a warning)
Pascal Rigaux
2004-10-13
1
-0
/
+2
*
handle q{...} and qw{...} (with a warning)
Pascal Rigaux
2004-10-13
1
-0
/
+4
*
handle "use Gtk2 -init"
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
*
handle s:xxx:yyy: and qw/.../, issuing a warning
Pascal Rigaux
2004-08-12
1
-0
/
+4
*
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