-$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
-# $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;
use strict;
use warnings;
-our $VERSION = '1.10';
+our $VERSION = '1.11';
require XSLoader;
XSLoader::load('Net::Z3950::ZOOM', $VERSION);