From 2834d8eb1e50f9586330978fc5560297c2fe358f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 1 Nov 2006 10:14:09 +0000 Subject: [PATCH] Remove $irspy_ns, superseded by $ZOOM::IRSpy::Utils::IRSPY_NS --- lib/ZOOM/IRSpy.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index d606b6a..877f9f4 100644 --- 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'; -- 1.7.10.4