From: mike Date: Mon, 26 Feb 2007 15:58:57 +0000 (+0000) Subject: Towards 1.19 X-Git-Tag: cpan_1_22~61 X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=e4bbd9744710dba2d6019c684085b7836fbd3ea0;p=ZOOM-Perl-moved-to-github.git Towards 1.19 --- diff --git a/Changes b/Changes index b049615..8103324 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ -$Id: Changes,v 1.57 2007-02-26 14:57:17 mike Exp $ +$Id: Changes,v 1.58 2007-02-26 16:00:07 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.19 (IN PROGRESS) + - Set version number for Net::Z3950 to 0.99 -- less than the + 1.0 version number that will be used when it successfully + emulates the old Net::Z3950 module, but superseding the last + release, 0.51, of that module. + 1.18 Mon Feb 26 14:57:48 GMT 2007 - When a connection is in asynchronous mode, failing operations (search, scan, etc.) no longer throw exceptions. diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 49ec94f..efde3c0 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.33 2007-02-26 14:36:11 mike Exp $ +# $Id: ZOOM.pm,v 1.34 2007-02-26 15:58:57 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.18'; +our $VERSION = '1.19'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION);