]> wagnertech.de Git - mfinanz.git/blobdiff - t/test.pl
t/test.pl: File::Find macht nur dann lstat wenn follow oder follow_fast als option...
[mfinanz.git] / t / test.pl
index d20f01da0a905f0e2420461728b403f6a0c15614..da10840a55cad3d294b402f232372783d3c442bd 100755 (executable)
--- a/t/test.pl
+++ b/t/test.pl
@@ -14,7 +14,7 @@ BEGIN {
 
 sub find_files_to_test {
   my @files;
-  File::Find::find(sub { push @files, $File::Find::name if (-f _) && m/\.t$/ }, 't');
+  File::Find::find(sub { push @files, $File::Find::name if (-f $_) && m/\.t$/ }, 't');
   return @files;
 }