summaryrefslogtreecommitdiffstats
path: root/MDK/Common/File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'MDK/Common/File.pm')
-rw-r--r--MDK/Common/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/File.pm b/MDK/Common/File.pm
index d3a4fd3..d67da06 100644
--- a/MDK/Common/File.pm
+++ b/MDK/Common/File.pm
@@ -177,7 +177,7 @@ sub touch {
local *F;
open F, ">$f";
}
- my $now = time;
+ my $now = time();
utime $now, $now, $f;
}