From: mike Date: Thu, 15 Jun 2006 13:21:30 +0000 (+0000) Subject: Towards 1.10 X-Git-Tag: cpan_1_22~144 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=2fd828339d71491f2166d9381b21367ae5139652;p=ZOOM-Perl-moved-to-github.git Towards 1.10 --- diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index e45a470..4e0067d 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.23 2006-06-13 16:44:21 mike Exp $ +# $Id: ZOOM.pm,v 1.24 2006-06-15 13:21:30 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.09'; +our $VERSION = '1.10'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION);