From 3389f7f4d00a9094d7a991bcd1eeb0b29c209024 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 20 Feb 2006 11:30:58 +0000 Subject: [PATCH] Fix typo. --- Changes | 3 ++- lib/ZOOM.pod | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b3e5e97..218c5ab 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -$Id: Changes,v 1.18 2006-02-10 16:24:19 mike Exp $ +$Id: Changes,v 1.19 2006-02-20 11:31:18 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. @@ -8,6 +8,7 @@ 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. + - Fix typo ("createdb" package) 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. diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index 04c4881..51d6023 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.28 2006-01-04 17:27:10 mike Exp $ +# $Id: ZOOM.pod,v 1.29 2006-02-20 11:30:58 mike Exp $ use strict; use warnings; @@ -866,7 +866,7 @@ http://indexdata.com/yaz/doc/zoom.ext.tkl =head4 send() - $p->send("createdb"); + $p->send("create"); Sends a package to the server associated with the Connection that created it. Problems are reported by throwing an exception. The -- 1.7.10.4