From: Mike Taylor Date: Mon, 25 Sep 2006 14:21:07 +0000 (+0000) Subject: Export xml_encode() as required. X-Git-Tag: CPAN-v1.02~54^2~990 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=6406f1968b077ed036af778a1be51681b0bb28c1 Export xml_encode() as required. --- diff --git a/lib/ZOOM/IRSpy/Record.pm b/lib/ZOOM/IRSpy/Record.pm index 081e19d..7b4125a 100644 --- a/lib/ZOOM/IRSpy/Record.pm +++ b/lib/ZOOM/IRSpy/Record.pm @@ -1,4 +1,4 @@ -# $Id: Record.pm,v 1.11 2006-09-25 12:39:34 mike Exp $ +# $Id: Record.pm,v 1.12 2006-09-25 14:21:07 mike Exp $ package ZOOM::IRSpy::Record; @@ -6,6 +6,9 @@ use 5.008; use strict; use warnings; +use Exporter 'import'; +our @EXPORT_OK = qw(xml_encode); + use XML::LibXML; use XML::LibXML::XPathContext;