From: mike Date: Mon, 29 Oct 2007 11:52:39 +0000 (+0000) Subject: 1.21 X-Git-Tag: cpan_1_22~22 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=1b20412a345bace276d8274e68d383bd35626706;p=ZOOM-Perl-moved-to-github.git 1.21 --- diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index e00f2b5..7e9be7f 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.35 2007-08-15 18:37:38 mike Exp $ +# $Id: ZOOM.pm,v 1.36 2007-10-29 11:52:39 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.20'; +our $VERSION = '1.21'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION);