From: Mike Taylor Date: Mon, 25 Sep 2006 16:47:36 +0000 (+0000) Subject: Pull in xml_encode() X-Git-Tag: CPAN-v1.02~54^2~985 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=819ec0cee5b008c5da38c61793cdd4e18b2632b1 Pull in xml_encode() --- diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index 6e976d2..14e7608 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.6 2006-09-20 14:14:30 mike Exp $ +%# $Id: layout.mc,v 1.7 2006-09-25 16:47:36 mike Exp $ <%args> $debug => undef $title @@ -7,6 +7,7 @@ $component <%once> use lib "/usr/local/src/cvs/irspy/lib"; use ZOOM::IRSpy; +use ZOOM::IRSpy::Record qw(xml_encode); <& /chrome/head.mc, title => $title &>