-$Id: Changes,v 1.16 2007-06-27 11:10:20 mike Exp $
+$Id: Changes,v 1.17 2007-07-09 09:41:28 mike Exp $
Revision history for Perl extension ZOOM::IRSpy.
+1.00 Mon Jul 9 10:40:38 BST 2007
+ - First public release.
+ - Many, many changes since 0.02.
+
0.02 Wed Jun 27 12:09:49 BST 2007
- Renamed from Net::Z3950::IRSpy to ZOOM::IRSpy
- Fix display of non-ASCII characters in, for example, the
-# $Id: IRSpy.pm,v 1.85 2007-06-27 11:09:03 mike Exp $
+# $Id: IRSpy.pm,v 1.86 2007-07-09 09:41:44 mike Exp $
package ZOOM::IRSpy;
irspy_record2identifier);
our @ISA = qw();
-our $VERSION = '0.02';
+our $VERSION = '1.00';
our $irspy_to_zeerex_xsl = dirname(__FILE__) . '/../../xsl/irspy2zeerex.xsl';