opnsense-ports/databases/p5-Tangram/files/patch-Makefile.PL
Franco Fichtner cf63a90312 */*: sync with upstream
Taken from: FreeBSD
2015-10-10 13:58:59 +02:00

11 lines
286 B
Perl

--- 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;