1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/databases/p5-Tangram/files/patch-Makefile.PL
Sergey Skvortsov 52c813c97b Add p5-Tangram 2.04,
orthogonal Object Persistence in Relational
Databases.
2002-05-27 09:48:35 +00:00

12 lines
270 B
Perl

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