-$Id: Changes,v 1.17 2006-01-31 15:39:05 mike Exp $
+$Id: Changes,v 1.18 2006-02-10 16:24:19 mike Exp $
Revision history for Perl extension Net::Z3950::ZOOM.
2.0.11 (which is what ZOOM-Perl 1.02 requires) unless the
file /tmp/ignore-ZOOM-YAZ-version-mismatch exists.
- Fix incorrect ZOOM-package URL in documentation.
+ - The ZOOM::Connection constructor may now be called with only
+ a single argument (host-string) and does not require a
+ dummy port-number argument.
1.01 Thu Dec 22 14:13:34 GMT 2005
- Place some CODE: chunks in "ZOOM.xs" inside curly brackets
-# $Id: ZOOM.pm,v 1.25 2005-12-22 12:48:15 mike Exp $
+# $Id: ZOOM.pm,v 1.26 2006-02-10 16:24:34 mike Exp $
use strict;
use warnings;
my $this = shift();
my($host, $port) = @_;
+ $port = 0 if !defined $port;
Net::Z3950::ZOOM::connection_connect($this->_conn(), $host, $port);
$this->_check();
# No return value