freebsd-ports/databases/p5-DBIx-Password/files/batch.patch
2004-12-14 12:23:35 +00:00

11 lines
307 B
Diff

--- Makefile.PL.orig Mon Dec 13 15:13:24 2004
+++ Makefile.PL Mon Dec 13 15:14:11 2004
@@ -24,7 +24,7 @@
);
print "What is the name of the Virtual User?\n";
-my $virtual = getLine();
+my $virtual = undef;
while ($virtual) {
print "What is the dbi driver? (AKA mysql)\n";
my $driver = getLine();