summaryrefslogtreecommitdiff
path: root/databases/p5-Tangram/files/patch-Makefile.PL
blob: 4e53150e7b794c9b3c752663b21ad205e984c235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	Mon Apr  8 15:33:42 2002
+++ Makefile.PL	Mon Apr  8 15:35:06 2002
@@ -24,7 +24,7 @@
 print q{Do you plan to run the regression tests?
 (you will need to set up an *EMPTY* database)};
 
-goto NOTESTS unless yes();
+goto NOTESTS;
 
 my $configured;