From: Mike Taylor Date: Thu, 26 Oct 2006 17:21:35 +0000 (+0000) Subject: Actually use Anders' temporary variable $irspy_to_zeerex_style :-) X-Git-Tag: CPAN-v1.02~901 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d458e92c8d33092f12b0a6e9e76bb213470315b2;p=irspy-moved-to-github.git Actually use Anders' temporary variable $irspy_to_zeerex_style :-) --- 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'");