Description: Use environment variable to prevent interactive prompt.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,6 +21,7 @@ WriteMakefile(
 
 sub get_sql_data  {
     my $ans = "abc";
+    $ans = $ENV{HAVE_MYSQL} if($ENV{HAVE_MYSQL});
     do {
 	print "Do you have write access to a MySQL database server? [n] ";
 	$ans=<STDIN>; chomp $ans;
