From 58c063bb00d1e8ae37983a9edaaaa4bb3b091354 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 19 Jun 2006 08:14:16 +0000 Subject: [PATCH] Towards 1.11 --- Changes | 6 +++++- lib/Net/Z3950/ZOOM.pm | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 55139de..5ee72a4 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,11 @@ -$Id: Changes,v 1.37 2006-06-15 15:43:13 mike Exp $ +$Id: Changes,v 1.38 2006-06-19 08:14:16 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.11 [IN PROGRESS] + - Do not use "-Wdeclaration-after-statement" compiler option, + since this supported only by GCC (and only recent versions). + 1.10 Thu Jun 15 16:42:47 BST 2006 - No functional changes, but use Adam's modified API to ZOOM_query_ccl2rpn(). This incompatible change means that diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 60e77a5..bcfecba 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.25 2006-06-15 14:14:10 mike Exp $ +# $Id: ZOOM.pm,v 1.26 2006-06-19 08:14:29 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.10'; +our $VERSION = '1.11'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4