From: Dave Rolsky Date: Mon, 15 Sep 2008 20:16:52 +0000 (+0000) Subject: Restructure the logic here a bit X-Git-Tag: 0.58~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7aaa200491c983dade90107e0f215ae1144367a8;p=gitmo%2FMoose.git Restructure the logic here a bit --- diff --git a/Makefile.PL b/Makefile.PL index 51fd227..2d80c1a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; }