From: Mike Taylor Date: Mon, 16 Jul 2007 11:54:17 +0000 (+0000) Subject: Towards 1.01 X-Git-Tag: CPAN-v1.02~367 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a7327ef48bc11f71389bdebcb5fcffe3cff617ec Towards 1.01 --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 7464d5a..6c87cd9 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.86 2007-07-09 09:41:44 mike Exp $ +# $Id: IRSpy.pm,v 1.87 2007-07-16 11:54:17 mike Exp $ package ZOOM::IRSpy; @@ -21,7 +21,7 @@ use ZOOM::IRSpy::Utils qw(cql_target render_record irspy_record2identifier); our @ISA = qw(); -our $VERSION = '1.00'; +our $VERSION = '1.01'; our $irspy_to_zeerex_xsl = dirname(__FILE__) . '/../../xsl/irspy2zeerex.xsl';