summaryrefslogtreecommitdiff
path: root/databases/p5-DBM-Deep/patches/patch-aa
blob: 57a75f9a576321988f5d25e04cd2bfd0ddad42e9 (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.2 2010/06/12 16:00:44 seb Exp $

Configure must not be interactive.

--- Build.PL.orig	2010-06-06 19:45:47.000000000 +0000
+++ Build.PL
@@ -64,9 +64,9 @@ my $build = Module::Build->subclass(
     meta_add => { no_index => { directory => [ 'utils' ] } },
 );
 
-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' ) ) {