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:
ac7fd93
)
Simplify.
author
Mike Taylor
<mike@indexdata.com>
Mon, 22 May 2006 16:43:36 +0000
(16:43 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 22 May 2006 16:43:36 +0000
(16:43 +0000)
irspy.pl
patch
|
blob
|
history
diff --git
a/irspy.pl
b/irspy.pl
index
8407d9a
..
60bfe35
100755
(executable)
--- a/
irspy.pl
+++ b/
irspy.pl
@@
-1,6
+1,6
@@
#!/usr/bin/perl -w
-# $Id: irspy.pl,v 1.2 2006-05-18 21:58:43 mike Exp $
+# $Id: irspy.pl,v 1.3 2006-05-22 16:43:36 mike Exp $
#
# Run like this:
# YAZ_LOG=irspy perl -I lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:1313/IR-Explain---1
@@
-9,8
+9,6
@@
use strict;
use warnings;
use Getopt::Std;
use Net::Z3950::IRSpy;
-#use ZOOM::Pod;
-
my %opts;
if (!getopts('t:au', \%opts) || @ARGV != 1) {