Note absence of pretty-printing, which makes it hard to see the newly
authorMike Taylor <mike@indexdata.com>
Tue, 25 Jul 2006 16:50:49 +0000 (16:50 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 25 Jul 2006 16:50:49 +0000 (16:50 +0000)
added data in the ZeeRex records clearly.

lib/ZOOM/IRSpy.pm

index d7ed4d6..b5bc04a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: IRSpy.pm,v 1.12 2006-07-25 15:18:03 mike Exp $
+# $Id: IRSpy.pm,v 1.13 2006-07-25 16:50:49 mike Exp $
 
 package ZOOM::IRSpy;
 
@@ -198,6 +198,7 @@ sub check {
     my $res = $this->_run_test("Main");
     foreach my $target (sort keys %{ $this->{target2record} }) {
        my $rec = $this->{target2record}->{$target};
+       # It's a shame that LibXML can't pretty-print this
        print STDERR "$target: zeerex='", $rec->{zeerex}, "' = \n",
            $rec->{zeerex}->toString(), "\n";
        ### Write record back to database, if modified.