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:
755ff16
)
Remove $irspy_ns, superseded by $ZOOM::IRSpy::Utils::IRSPY_NS
author
Mike Taylor
<mike@indexdata.com>
Wed, 1 Nov 2006 10:14:09 +0000
(10:14 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 1 Nov 2006 10:14:09 +0000
(10:14 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
d606b6a
..
877f9f4
100644
(file)
--- a/
lib/ZOOM/IRSpy.pm
+++ b/
lib/ZOOM/IRSpy.pm
@@
-1,4
+1,4
@@
-# $Id: IRSpy.pm,v 1.45 2006-10-30 16:13:49 mike Exp $
+# $Id: IRSpy.pm,v 1.46 2006-11-01 10:14:09 mike Exp $
package ZOOM::IRSpy;
@@
-20,7
+20,6
@@
use ZOOM::IRSpy::Utils;
our @ISA = qw();
our $VERSION = '0.02';
-our $irspy_ns = 'http://indexdata.com/irspy/1.0';
our $irspy_to_zeerex_xsl = dirname(__FILE__) . '/../../xsl/irspy2zeerex.xsl';