5bebcaedde
Pakcaged by Aleksey Cheusov and requested in PR 35469. This distribution contains the Net::Dict module for Perl. Net::Dict is a class implementing a simple client API for the DICT protocol defined in RFC2229.
15 lines
512 B
Text
15 lines
512 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $
|
|
|
|
--- Makefile.PL.orig 2003-05-06 02:56:17.000000000 +0300
|
|
+++ Makefile.PL
|
|
@@ -48,8 +48,8 @@ to skip "make test", then just hit retur
|
|
|
|
EOF
|
|
|
|
- $host = prompt('what is the hostname for the DICT server?', $DEFAULT_HOST);
|
|
- $port = prompt('what is the port for the DICT server?', $DEFAULT_PORT);
|
|
+ $host = "test.dict.org";
|
|
+ $port = 2628;
|
|
print "\nWriting test config $test_config_file\n\n";
|
|
|
|
open(CFGFILE, "> $test_config_file")
|