X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FCommand.pm;h=bf1e0e5df88c40004b45e8183a1dd7cd0f0e76cc;hb=ea5fc951afef02e4de7ec4d7a93e8ef289815e8b;hp=d77580a43c00635ececc43db883b7631e3ed5d48;hpb=e38fdfdb5f3ea685da12415b6241a1b1d3fecf90;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm index d77580a..bf1e0e5 100644 --- a/lib/ExtUtils/Command.pm +++ b/lib/ExtUtils/Command.pm @@ -1,6 +1,6 @@ package ExtUtils::Command; -use 5.005_64; +use 5.006_001; use strict; # use AutoLoader; use Carp; @@ -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);