summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Command.pm
diff options
context:
space:
mode:
authorNikola Knezevic <indy@tesla.rcub.bg.ac.yu>2001-09-18 23:59:24 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-18 22:52:24 +0000
commitfbac1b852fcf3582c3f503bc8fc35f05fd8b3bd3 (patch)
tree1eaca72ef136543c7aa2c40ff8b8abfc13d1c487 /lib/ExtUtils/Command.pm
parent7b48dbf9833dd0173f81b50164ac3dfbf08c9c41 (diff)
downloadperl-fbac1b852fcf3582c3f503bc8fc35f05fd8b3bd3.tar.gz
stat access time is wrong on Win95
Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@12077
Diffstat (limited to 'lib/ExtUtils/Command.pm')
-rw-r--r--lib/ExtUtils/Command.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm
index 5e786025b1..b7b41cd7ce 100644
--- a/lib/ExtUtils/Command.pm
+++ b/lib/ExtUtils/Command.pm
@@ -108,8 +108,8 @@ Makes files exist, with current timestamp
sub touch
{
- expand_wildcards();
my $t = time;
+ expand_wildcards();
while (@ARGV)
{
my $file = shift(@ARGV);