mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
52c813c97b
orthogonal Object Persistence in Relational Databases.
12 lines
270 B
Perl
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;
|
|
|