We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87b4bd commit e77e473Copy full SHA for e77e473
Makefile.PL
@@ -101,8 +101,9 @@ for my $key (qw/testdb testhost testuser testpassword testsocket testport
101
}
102
103
#if we have a testport but no host, assume localhost
104
+#but use 127.0.0.1 instead of 'localhost' to use TCP/IP
105
if ( $opt->{testport} && !$opt->{testhost} ) {
- $opt->{testhost} = 'localhost';
106
+ $opt->{testhost} = '127.0.0.1';
107
$source->{testhost} = 'guessed';
108
109
0 commit comments