From: Mike Taylor Date: Tue, 3 Apr 2012 08:55:42 +0000 (+0100) Subject: Fix documentation of connect() method so that it doesn't imply that it X-Git-Tag: v1.29~30 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=4aaddaae9891a1cb145fe8bf116e8a6ae3d39902 Fix documentation of connect() method so that it doesn't imply that it can accept options. --- diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index 42f989e..adb8fb9 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -284,8 +284,8 @@ type C (see below), into which options may be set before or after the creation of the Connection. Alternatively and equivalently, C may be passed a list of key-value option pairs directly. The connection to the server may then be forged by -the C method, the arguments of which are the same as those -of the C constructor. +the C method, which accepts hostname and port arguments +like those of the C constructor. =head4 error_x() / errcode() / errmsg() / addinfo() / diagset()