[Lunar-commits] <moonbase> Net-DNS: disable user prompt

Auke Kok sofar at foo-projects.org
Sun Aug 9 03:08:35 CEST 2009


commit 54e02fe87a141eda865b9792a20594583f40bf07
Author: Paul Bredbury <brebs at sent.com>
Date:   Sun Aug 9 03:08:35 2009 +0200

    Net-DNS: disable user prompt
    
    Which messes up an overnight "lunar rebuild" by stopping dead.
---
 perl/Net-DNS/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/perl/Net-DNS/BUILD b/perl/Net-DNS/BUILD
index c11ca00..a4b4728 100644
--- a/perl/Net-DNS/BUILD
+++ b/perl/Net-DNS/BUILD
@@ -1,6 +1,6 @@
 (
 
-  perl  Makefile.PL  &&
+  perl Makefile.PL --no-online-tests  &&
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list