Make the whole -lperl thing NetBSD only until we
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Command.pm
index d77580a..bf1e0e5 100644 (file)
@@ -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);