blob: 5e3050b47c2261ad1c87cc584683fcf582c08db4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.PL.orig 2007-04-30 21:38:56 UTC
+++ Makefile.PL
@@ -24,7 +24,7 @@ my %driver_methods = (
);
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();
|