From d5169fae213e38835b95c71907dde0e559050c49 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 28 Nov 2006 17:33:15 +0000 Subject: [PATCH] Release 1.14 --- Changes | 4 ++-- lib/Net/Z3950/ZOOM.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 4fe93d4..ad80971 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ -$Id: Changes,v 1.50 2006-11-28 16:47:19 mike Exp $ +$Id: Changes,v 1.51 2006-11-28 17:33:15 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. -1.14 (IN PROGRESS) +1.14 Tue Nov 28 17:33:07 GMT 2006 - Add $record->error() to return non-surrogate diagnostics, and $record->exception() to return the same information wrapped in a ZOOM::Exception object. diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index b4ef1e9..a2a990b 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.28 2006-10-12 11:03:35 mike Exp $ +# $Id: ZOOM.pm,v 1.29 2006-11-28 17:33:54 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.13'; +our $VERSION = '1.14'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4