projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f38fef
)
Restructure the logic here a bit
Dave Rolsky [Mon, 15 Sep 2008 20:16:52 +0000 (20:16 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
51fd227
..
2d80c1a
100644
(file)
--- 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;
}