pkgsrc/textproc/p5-Net-Dict/patches/patch-aa
obache 5bebcaedde Import p5-Net-Dict version 2.07 from pkgsrc-wip.
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.
2007-03-15 15:41:29 +00:00

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")