From: Mike Taylor Date: Thu, 12 Oct 2006 11:06:03 +0000 (+0000) Subject: Require ZOOM version 1.13 X-Git-Tag: CPAN-v1.02~54^2~929 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=6e77999558aee37d940a5288bb0709a8cc2cc6c3;hp=a823624f8f7e11c2c4361b4a562f7b95891edcb8 Require ZOOM version 1.13 --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index bbf251d..64c1d4d 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.25 2006-10-11 16:44:04 mike Exp $ +# $Id: IRSpy.pm,v 1.26 2006-10-12 11:06:03 mike Exp $ package ZOOM::IRSpy; @@ -7,6 +7,8 @@ use strict; use warnings; use Data::Dumper; # For debugging only +use ZOOM; +use Net::Z3950::ZOOM 1.13; # For the ZOOM version-check only use ZOOM::IRSpy::Node; use ZOOM::IRSpy::Connection; use ZOOM::IRSpy::Record;