From: Mike Taylor Date: Mon, 13 Nov 2006 16:47:57 +0000 (+0000) Subject: Comment X-Git-Tag: CPAN-v1.02~54^2~761 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e965df593271067405f0c3a7496ab5fe1c8e4d26 Comment --- diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 13ef7ae..8efcd7c 100644 --- 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; }