From: mike Date: Mon, 29 Sep 2008 16:22:25 +0000 (+0000) Subject: Release 1.25 X-Git-Tag: CPAN_1_26~32 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=ff5f3bbcce6b87d453f2e739626b963ad98d7c15 Release 1.25 --- diff --git a/Changes b/Changes index cdae573..c13b574 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,13 @@ -$Id: Changes,v 1.81 2008-09-16 12:39:45 mike Exp $ +$Id: Changes,v 1.82 2008-09-29 16:23:18 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. 1.25 [IN PROGRESS] - Fix test-suite not to run the "packages" tests against test.indexdata.com, which has gone away, but against - z3950.indexdata.com, like the other tests ### NYI - - Add Rename zdump.pl to zoomdump, and add it to the set of + z3950.indexdata.com, like the other tests. A new server + runs on a different port for these tests. + - Rename zdump.pl to zoomdump, and add it to the set of programs installed. 1.24 Tue Jun 17 11:31:08 BST 2008 diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index b8711c5..c4e64f9 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.41 2008-06-17 10:30:52 mike Exp $ +# $Id: ZOOM.pm,v 1.42 2008-09-29 16:22:25 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.24'; +our $VERSION = '1.25'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION);