From: Mike Taylor Date: Mon, 30 Oct 2006 15:04:33 +0000 (+0000) Subject: Include new Utils module. X-Git-Tag: CPAN-v1.02~54^2~816 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=2e9e6677036c2e7ffdac1c39860cda3a313bdeec Include new Utils module. --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 43f1d1a..758b5bf 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.43 2006-10-30 14:57:14 mike Exp $ +# $Id: IRSpy.pm,v 1.44 2006-10-30 15:04:33 mike Exp $ package ZOOM::IRSpy; @@ -19,6 +19,7 @@ use Net::Z3950::ZOOM 1.13; # For the ZOOM version-check only use ZOOM::IRSpy::Node; use ZOOM::IRSpy::Connection; use ZOOM::IRSpy::Record; +use ZOOM::IRSpy::Utils; our @ISA = qw(); our $VERSION = '0.02';