$NetBSD: patch-aa,v 1.2 2013/09/02 13:16:26 obache Exp $

Prevent interactive configuration.

--- Coro/Makefile.PL.orig	2012-12-07 13:18:19.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;
-}
+#}
 
 
 my $iface;
