From: Mike Taylor Date: Tue, 3 Apr 2012 08:56:13 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/ZOOM-Perl X-Git-Tag: v1.29~28 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=4f5a19b0b3f1e4679bb3bc1f796c55ab7920399a;hp=334b7dbec68dd51aced85e9dfb23021b6244dec3 Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/ZOOM-Perl --- diff --git a/Changes b/Changes index dcffd88..44fac1e 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for Perl extension Net::Z3950::ZOOM. - Include the useful example program samples/zoom-delete-records which is installed as part of "make install". + - Fix documentation of connect() method so that it doesn't + imply that it can accept options. 1.28 Fri Oct 15 13:34:41 BST 2010 - In the test-suite, provide a more explicit report when the 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()