From: mike Date: Mon, 25 Sep 2006 11:32:22 +0000 (+0000) Subject: Towards 1.12 X-Git-Tag: cpan_1_22~129 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=3b893df75010fbba350be5bde66ca973b7826bd7;p=ZOOM-Perl-moved-to-github.git Towards 1.12 --- diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index bcfecba..44291f1 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.26 2006-06-19 08:14:29 mike Exp $ +# $Id: ZOOM.pm,v 1.27 2006-09-25 11:32:22 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.11'; +our $VERSION = '1.12'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION);