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:
bd88e96
)
Require ZOOM version 1.13
author
Mike Taylor
<mike@indexdata.com>
Thu, 12 Oct 2006 11:06:03 +0000
(11:06 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 12 Oct 2006 11:06:03 +0000
(11:06 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
bbf251d
..
64c1d4d
100644
(file)
--- 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;