summaryrefslogtreecommitdiff
path: root/databases/p5-DBM-Deep/patches/patch-aa
blob: eb918839f77458152c3f866e9c1162f481e2f745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.1 2010/05/24 13:22:51 seb Exp $

Configure must not be interactive.

--- Build.PL.orig	2010-04-10 14:49:51.000000000 +0000
+++ Build.PL
@@ -70,9 +70,9 @@ my $build = Module::Build->subclass(
     },
 );
 
-if ( $build->y_n( "Run the long-running tests", 'n' ) ) {
-    $build->notes( 'LONG_TESTS' => 1 );
-}
+#if ( $build->y_n( "Run the long-running tests", 'n' ) ) {
+#    $build->notes( 'LONG_TESTS' => 1 );
+#}
 
 if ( $build->features( 'sqlite_engine' ) ) {
     if ( $build->y_n( "Run the tests against the DBI engine via SQLite?", 'n' ) ) {