-$Id: Changes,v 1.63 2007-07-09 13:09:46 mike Exp $
+$Id: Changes,v 1.64 2007-08-15 18:37:01 mike Exp $
Revision history for Perl extension Net::Z3950::ZOOM.
+1.20 (IN PROGRESS)
+ - Add new sample program, samples/zoom/zoomscan.pl
+
1.19 Mon Jul 9 14:09:31 BST 2007
- Add $conn->exception() method.
- Set version number for Net::Z3950 to 0.99 -- less than the
-# $Id: ZOOM.pm,v 1.34 2007-02-26 15:58:57 mike Exp $
+# $Id: ZOOM.pm,v 1.35 2007-08-15 18:37:38 mike Exp $
package Net::Z3950::ZOOM;
use strict;
use warnings;
-our $VERSION = '1.19';
+our $VERSION = '1.20';
require XSLoader;
XSLoader::load('Net::Z3950::ZOOM', $VERSION);