-$Id: Changes,v 1.33 2006-05-11 21:41:25 mike Exp $
+$Id: Changes,v 1.34 2006-06-05 16:34:40 mike Exp $
Revision history for Perl extension Net::Z3950::ZOOM.
+1.09 [IN PROGRESS]
+ - Add a nice, simple update client: samples/zoom/update.pl
+
1.08 Thu May 11 22:40:41 BST 2006
- Requires version 2.1.11 of YAZ, not 2.0.11. This is a
bugfix: the old reliance on 2.0.11 was merely a typo.
-# $Id: ZOOM.pm,v 1.21 2006-05-11 21:40:15 mike Exp $
+# $Id: ZOOM.pm,v 1.22 2006-06-05 16:36:24 mike Exp $
package Net::Z3950::ZOOM;
use strict;
use warnings;
-our $VERSION = '1.08';
+our $VERSION = '1.09';
require XSLoader;
XSLoader::load('Net::Z3950::ZOOM', $VERSION);