summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC/files/patch-Makefile.PL
blob: cc320d1160daa5ab1770b1e533f1995893ef2159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	2013-12-17 09:40:52 UTC
+++ Makefile.PL
@@ -206,7 +206,7 @@ EOT
     }
     # see rt 46944 for why the following was suggested to be commented
     # out which I rejected as PERL_MM_USE_DEFAULT can be used
-    prompt("Press return to continue...");
+#    prompt("Press return to continue...");
 }
 print "Overriding ODBC Directory with command line option: $opt_o\n"
     if $opt_o ;