X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FRecord%2FFetch.pm;h=754d3fa0908ad18605bd3feb33b403da1f708bb3;hp=487b37ecf1ccbb012f73cc1208d33f358342e62a;hb=d71c3e60cbfdc07844608b704f54234c370c104e;hpb=a3265ad1d15e515c4fad60f16e9305d5d3582887 diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index 487b37e..754d3fa 100644 --- a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm +++ b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm @@ -1,4 +1,4 @@ -# $Id: Fetch.pm,v 1.5 2006-10-25 10:47:17 mike Exp $ +# $Id: Fetch.pm,v 1.6 2006-10-25 11:44:35 sondberg Exp $ # See the "Main" test package for documentation @@ -57,6 +57,8 @@ sub record { my $rs = $task->{rs}; if (1) { + print STDERR "Hits: ", $rs->size(), "\n"; + print STDERR "Syntax: ", $syn, "\n"; print STDERR $rs->record(0)->render(); }