summaryrefslogtreecommitdiff
path: root/databases/p5-Tangram/files/patch-Makefile.PL
blob: 857641b251ff59322552c9495b6e27b09d6a0875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	2006-03-28 22:05:28 UTC
+++ Makefile.PL
@@ -58,7 +58,7 @@
 print q{Do you plan to run the test suite?
 (you will need to set up an *EMPTY* database)};
 
-do { $skip_tests = 1; goto NOTESTS } unless yes();
+do { $skip_tests = 1; goto NOTESTS };
 
 my $configured;