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 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10 # Running under perl version 5.010000 for darwin # Current time local: Sun Dec 16 06:23:21 2007 # Current time GMT: Sun Dec 16 14:23:21 2007 # Using Test.pm version 1.25 ...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 /Users/cpanrun/build/5.10.0/html/site/lib/SWF/Search.html Installing /Users/cpanrun/build/5.10.0/site/lib/SWF/Search.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/SWF::Search.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod