B: Avoid problem with operator precedence.
This commit is contained in:
@@ -136,7 +136,7 @@ sub walk {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
opendir my $dirh, $path || return FAILED;
|
opendir (my $dirh, $path) || return FAILED;
|
||||||
my @dir_contents = readdir $dirh;
|
my @dir_contents = readdir $dirh;
|
||||||
@dir_contents = File::Spec->no_upwards(@dir_contents);
|
@dir_contents = File::Spec->no_upwards(@dir_contents);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user