Checking if your kit is complete... Looks good Warning: prerequisite WWW::Search 2.534 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite WWW::Search::Test 2.265 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Writing Makefile for WWW::Search::News Note: it is very likely that some tests will fail. The news changes so rapidly, it is impossible to keep the test cases completely up-to-date. As long as you get more than zero results, it is safe to install the modules. cp lib/WWW/Search/Reuters.pm blib/lib/WWW/Search/Reuters.pm cp lib/WWW/Search/WashPost.pm blib/lib/WWW/Search/WashPost.pm cp lib/WWW/Search/AP.pm blib/lib/WWW/Search/AP.pm cp lib/WWW/Search/News.pm blib/lib/WWW/Search/News.pm Manifying blib/man3/WWW::Search::Reuters.3 Manifying blib/man3/WWW::Search::WashPost.3 Manifying blib/man3/WWW::Search::AP.3 Manifying blib/man3/WWW::Search::News.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/ap................ok 1 - use WWW::Search; ok 2 - use WWW::Search::Test; ok 3 - use WWW::Search::AP; Undefined subroutine &main::tm_new_engine called at t/ap.t line 11. 1..3 # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/reuters...........ok 1 - use WWW::Search; ok 2 - use WWW::Search::Test; ok 3 - use WWW::Search::Reuters; ok 4 - instantiate WWW::Search::Reuters object # Sending 0-page Reuters query to washingtonpost.com... ok 5 - got valid HTTP response ok 6 - lower-bound num-hits for query=Bogus23907NoSuchWord1186614305 ok 7 - upper-bound num-hits for query=Bogus23907NoSuchWord1186614305 ok 8 - lower-bound approximate_result_count ok 9 - upper-bound approximate_result_count # Sending 1-page Reuters query to washingtonpost.com... ok 10 - got valid HTTP response # TODO too hard to find a reliable one-page query not ok 11 - lower-bound num-hits for query=turtle # TODO too hard to find a reliable one-page query # Failed (TODO) test (t/reuters.t at line 73) # '1' # <= # '0' ok 12 - upper-bound num-hits for query=turtle # TODO too hard to find a reliable one-page query not ok 13 - lower-bound approximate_result_count # TODO too hard to find a reliable one-page query # Failed (TODO) test (t/reuters.t at line 75) # '1' # <= # '0' ok 14 - upper-bound approximate_result_count # TODO too hard to find a reliable one-page query not ok 15 - got any results # Failed test (t/reuters.t at line 29) # '0' # < # '0' # Sending multi-page Reuters query to washingtonpost.com... ok 16 - got valid HTTP response ok 17 - lower-bound num-hits for query=Japan ok 18 - lower-bound approximate_result_count 1..18 # Looks like you failed 1 test of 18. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED tests 1-18 Failed 18/18 tests, 0.00% okay t/washpost..........ok 1 - use WWW::Search; ok 2 - use WWW::Search::Test; ok 3 - use WWW::Search::WashPost; ok 4 - instantiate WWW::Search::WashPost object # Sending 0-page query to washingtonpost.com... ok 5 - got valid HTTP response ok 6 - lower-bound num-hits for query=Bogus23910NoSuchWord1186614320 ok 7 - upper-bound num-hits for query=Bogus23910NoSuchWord1186614320 ok 8 - lower-bound approximate_result_count ok 9 - upper-bound approximate_result_count # Sending 1-page query to washingtonpost.com... ok 10 - got valid HTTP response # TODO too hard to find a reliable one-page query ok 11 - lower-bound num-hits for query="sea turtle" # TODO too hard to find a reliable one-page query ok 12 - upper-bound num-hits for query="sea turtle" # TODO too hard to find a reliable one-page query ok 13 - lower-bound approximate_result_count # TODO too hard to find a reliable one-page query ok 14 - upper-bound approximate_result_count # TODO too hard to find a reliable one-page query ok 15 - got any results ok 16 - result URL is http ok 17 - result Title is not empty ok 18 - result description is not empty ok 19 - result change_date is not empty ok 20 - source is Post ok 21 - result URL is http ok 22 - result Title is not empty ok 23 - result description is not empty ok 24 - result change_date is not empty ok 25 - source is Post ok 26 - result URL is http ok 27 - result Title is not empty ok 28 - result description is not empty ok 29 - result change_date is not empty ok 30 - source is Post ok 31 - result URL is http ok 32 - result Title is not empty ok 33 - result description is not empty ok 34 - result change_date is not empty ok 35 - source is Post # Sending multi-page query to washingtonpost.com... ok 36 - got valid HTTP response ok 37 - lower-bound num-hits for query=Bush ok 38 - lower-bound approximate_result_count 1..38 FAILED tests 1-38 Failed 38/38 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/ap.t 255 65280 3 3 100.00% 1-3 t/reuters.t 1 256 18 18 100.00% 1-18 t/washpost.t 38 38 100.00% 1-38 1 test skipped. Failed 3/4 test scripts, 25.00% okay. 59/59 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29