Include new Utils module.
authorMike Taylor <mike@indexdata.com>
Mon, 30 Oct 2006 15:04:33 +0000 (15:04 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 30 Oct 2006 15:04:33 +0000 (15:04 +0000)
lib/ZOOM/IRSpy.pm

index 43f1d1a..758b5bf 100644 (file)
@@ -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';