From 6e77999558aee37d940a5288bb0709a8cc2cc6c3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 12 Oct 2006 11:06:03 +0000 Subject: [PATCH] Require ZOOM version 1.13 --- lib/ZOOM/IRSpy.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 1.7.10.4