projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8df43
)
Export xml_encode() as required.
author
Mike Taylor
<mike@indexdata.com>
Mon, 25 Sep 2006 14:21:07 +0000
(14:21 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 25 Sep 2006 14:21:07 +0000
(14:21 +0000)
lib/ZOOM/IRSpy/Record.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Record.pm
b/lib/ZOOM/IRSpy/Record.pm
index
081e19d
..
7b4125a
100644
(file)
--- 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;