From: mike Date: Thu, 11 May 2006 16:35:54 +0000 (+0000) Subject: version 1.07 X-Git-Tag: cpan_1_22~164 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=d208de61093fc876e1e61f7fe832c8cf7b2a7fc3;p=ZOOM-Perl-moved-to-github.git version 1.07 --- 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);