Checking if your kit is complete... Looks good Writing Makefile for SWF::Search cp Search.pm blib/lib/SWF/Search.pm Manifying blib/man3/SWF::Search.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10 # Running under perl version 5.008002 for hpux # Current time local: Fri Jul 21 14:08:55 2006 # Current time GMT: Fri Jul 21 21:08:55 2006 # Using Test.pm version 1.24 ...loading ok 1 File length incorrect. Hrm. at test.pl line 17 ...checking search not ok 2 # Test 2 got: '' (test.pl at line 23) # Expected: 'test text one:test text two:test text three:frame label foo:frame label bar:frame label baz' # test.pl line 23 is: ok(join(":",$s->search),"$jtext:$jlabel"); not ok 3 # Test 3 got: '' (test.pl at line 24) # Expected: 'test text one:test text two:test text three' # test.pl line 24 is: ok(join(":",$s->search('text')),$jtext); not ok 4 # Test 4 got: '' (test.pl at line 25) # Expected: 'frame label foo:frame label bar:frame label baz' # test.pl line 25 is: ok(join(":",$s->search('label')),$jlabel); ok 5 ok 6 not ok 7 # Test 7 got: '' (test.pl at line 28) # Expected: 'frame label baz' # test.pl line 28 is: ok(join(":",$s->search('baz', Type=>'Label')),'frame label baz'); not ok 8 # Test 8 got: '' (test.pl at line 29) # Expected: 'test text two' # test.pl line 29 is: ok(join(":",$s->search('two', Type=>'EditText')),'test text two'); ...text strings not ok 9 # Test 9 got: '' (test.pl at line 36) # Expected: 'test text one:test text two:test text three' # test.pl line 36 is: ok(join(":",@str), ...frame labels not ok 10 # Test 10 got: '' (test.pl at line 40) # Expected: 'frame label foo:frame label bar:frame label baz' # test.pl line 40 is: ok(join(":",@lab), *** Tests failed! *** Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/SWF/Search.pm Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/man/man3/SWF::Search.3 Appending installation info to /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64/perllocal.pod