From: Mike Taylor Date: Tue, 25 Jul 2006 16:50:49 +0000 (+0000) Subject: Note absence of pretty-printing, which makes it hard to see the newly X-Git-Tag: CPAN-v1.02~54^2~1096 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=ade7734990df0a9d42d6ef6729e5ff5c9e1307a3 Note absence of pretty-printing, which makes it hard to see the newly added data in the ZeeRex records clearly. --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index d7ed4d6..b5bc04a 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -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.