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:
e41cd68
)
Import xml_encode() from IRSpy rather that IRSpy::Record
author
Mike Taylor
<mike@indexdata.com>
Fri, 20 Oct 2006 14:51:41 +0000
(14:51 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 20 Oct 2006 14:51:41 +0000
(14:51 +0000)
lib/ZOOM/IRSpy/Web.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Web.pm
b/lib/ZOOM/IRSpy/Web.pm
index
d2bd4ef
..
d347b45
100644
(file)
--- 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