From 1dde7c1ea1f9ca072b39feb396137336bee705b6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Oct 2006 17:21:35 +0000 Subject: [PATCH] Actually use Anders' temporary variable $irspy_to_zeerex_style :-) --- lib/ZOOM/IRSpy.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 15d1124..de60a7a 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.37 2006-10-26 13:39:13 sondberg Exp $ +# $Id: IRSpy.pm,v 1.38 2006-10-26 17:21:35 mike Exp $ package ZOOM::IRSpy; @@ -85,7 +85,7 @@ sub new { targets => undef, # filled in later connections => undef, # filled in later libxml => $libxml, - irspy_to_zeerex_style => $xslt->parse_stylesheet($xsl_doc), + irspy_to_zeerex_style => $irspy_to_zeerex_style, tests => [], # stack of tests currently being executed }, $class; $this->log("irspy", "starting up with database '$dbname'"); -- 1.7.10.4