projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7bd06
)
Include new Utils module.
author
Mike Taylor
<mike@indexdata.com>
Mon, 30 Oct 2006 15:04:33 +0000
(15:04 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 30 Oct 2006 15:04:33 +0000
(15:04 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
43f1d1a
..
758b5bf
100644
(file)
--- 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';