$NetBSD: patch-aa,v 1.3 2010/05/24 16:02:28 seb Exp $

Prevent interactive configure.

--- Makefile.PL.orig	2006-07-30 01:11:14.000000000 +0000
+++ Makefile.PL
@@ -113,12 +113,6 @@ sub locate_gpg {
 
 	return 1 if grep { /^--installdeps/} @ARGV;
 
-	if ( prompt("Import PAUSE and author keys to GnuPG?", 'y' ) =~ /^y/i) {
-		print 'Importing... ';
-		system 'gpg', '--quiet', '--import', glob('*.pub');
-		print "done.\n";
-	}
-
 	return 1;
 }
 
