summaryrefslogtreecommitdiff
path: root/databases/p5-Tangram/files/patch-Makefile.PL
blob: 9634760bb91b26a7c15fb2e4c75dda3b7771ecf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	Tue Mar 28 22:05:28 2006
+++ Makefile.PL	Tue May 30 20:47:27 2006
@@ -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;