$NetBSD: patch-aa,v 1.1.1.1 2010/04/19 22:11:50 seb Exp $

Prevent interactive configuration.

--- Coro/Makefile.PL.orig	2009-08-22 22:36:23.000000000 +0000
+++ Coro/Makefile.PL
@@ -23,9 +23,9 @@ maintainer :)
 
 EOF
 
-if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) {
+#if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) {
    $ENV{PERL_MM_USE_DEFAULT} = 1;
-}
+#}
 
 
 $DEFINE .= " -DHAVE_MMAP" if $Config{d_mmap} eq "define" && $Config{d_munmap} eq "define";
