From a75e76bc0e3671eb90d3def38c84f640d4311f73 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 20 Oct 2006 14:51:41 +0000 Subject: [PATCH] Import xml_encode() from IRSpy rather that IRSpy::Record --- lib/ZOOM/IRSpy/Web.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ZOOM/IRSpy/Web.pm b/lib/ZOOM/IRSpy/Web.pm index d2bd4ef..d347b45 100644 --- a/lib/ZOOM/IRSpy/Web.pm +++ b/lib/ZOOM/IRSpy/Web.pm @@ -1,4 +1,4 @@ -# $Id: Web.pm,v 1.2 2006-09-26 11:25:07 mike Exp $ +# $Id: Web.pm,v 1.3 2006-10-20 14:51:41 mike Exp $ package ZOOM::IRSpy::Web; @@ -6,10 +6,9 @@ use 5.008; use strict; use warnings; -use ZOOM::IRSpy; +use ZOOM::IRSpy qw(xml_encode); our @ISA = qw(ZOOM::IRSpy); -use ZOOM::IRSpy::Record qw(xml_encode); =head1 NAME -- 1.7.10.4