Restructure the logic here a bit
Dave Rolsky [Mon, 15 Sep 2008 20:16:52 +0000 (20:16 +0000)]
Makefile.PL

index 51fd227..2d80c1a 100644 (file)
@@ -65,9 +65,11 @@ EOF
         }
     }
 
+    return unless $found;
+
     # More or less copied from Module::Build
     return if  $ENV{PERL_MM_USE_DEFAULT};
     return unless -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
 
-    sleep 4 if $found;
+    sleep 4;
 }