ports/databases/p5-DBIx-Tree/files/patch-Makefile.PL
Jun Kuriyama 1ef28805fc Update to 1.9.
Remove IS_INTERACTIVE which is used only in "make test".

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/51787
2003-07-05 13:59:03 +00:00

14 lines
399 B
Perl

--- Makefile.PL.orig Fri Feb 14 22:55:27 2003
+++ Makefile.PL Mon May 5 12:43:19 2003
@@ -10,11 +10,3 @@
}
);
-$connstr = prompt ("DBI Connection String?", "DBI:mysql:test");
-$userid = prompt ("User ID?", "");
-$passwd = prompt ("Password?", "");
-
-open(PWD, ">PWD") || die "Could not open PWD for writing!";
-print PWD $connstr, "\n";
-print PWD $userid, "\n";
-print PWD $passwd, "\n";