From d208de61093fc876e1e61f7fe832c8cf7b2a7fc3 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 11 May 2006 16:35:54 +0000 Subject: [PATCH] version 1.07 --- lib/Net/Z3950/ZOOM.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 52f285a..e457864 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.19 2006-04-19 20:11:45 mike Exp $ +# $Id: ZOOM.pm,v 1.20 2006-05-11 16:35:54 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.06'; +our $VERSION = '1.07'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4