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:
17127b0
)
Comment
author
Mike Taylor
<mike@indexdata.com>
Mon, 13 Nov 2006 16:47:57 +0000
(16:47 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 13 Nov 2006 16:47:57 +0000
(16:47 +0000)
lib/ZOOM/IRSpy/Utils.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Utils.pm
b/lib/ZOOM/IRSpy/Utils.pm
index
13ef7ae
..
8efcd7c
100644
(file)
--- a/
lib/ZOOM/IRSpy/Utils.pm
+++ b/
lib/ZOOM/IRSpy/Utils.pm
@@
-1,4
+1,4
@@
-# $Id: Utils.pm,v 1.9 2006-11-09 16:09:35 mike Exp $
+# $Id: Utils.pm,v 1.10 2006-11-13 16:47:57 mike Exp $
package ZOOM::IRSpy::Utils;
@@
-138,6
+138,7
@@
sub dom_add_element {
if (@nodes == 0) {
# Oh dear, the parent node doesn't exist. We could make it,
# but for now let's not and say we did.
+ ###
warn "no parent node '$ppath': not adding '$element'='$value'";
return;
}