Warning: prerequisite SOAP::Lite 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Net::Mappoint cp Mappoint.pm blib/lib/Net/Mappoint.pm Manifying blib/man3/Net::Mappoint.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000-get_account....# # The Mappoint web service requires that you provide a user accout and password # This account information is then passed with each request to the # Mappoint servers. # If you do not already have a Mappoint account, you can get a trial one here: # http://www.microsoft.com/mappoint/net/evaluation/ # # Please enter your Mappoint user id: Use of uninitialized value $id in scalar chomp at t/000-get_account.t line 18. # Please enter your Mappoint password: Use of uninitialized value $pass in scalar chomp at t/000-get_account.t line 22. 1..4 # Failed test 'Got Mappoint user id' # at t/000-get_account.t line 23. not ok 1 - Got Mappoint user id # Failed test 'Got Mappoint password' # at t/000-get_account.t line 24. not ok 2 - Got Mappoint password Use of uninitialized value $id in concatenation (.) or string at t/000-get_account.t line 32. Use of uninitialized value $pass in concatenation (.) or string at t/000-get_account.t line 32. ok 3 - Opened tmp file for writing # Looks like you failed 2 tests of 4. ok 4 - Wrote temporary ini-file dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/4 tests, 50.00% okay t/001-get_map........1..3 # Failed test 'use Net::Mappoint;' # at t/001-get_map.t line 68. # Tried to use 'Net::Mappoint'. # Error: Can't locate SOAP/Lite.pm in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Mappoint/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Mappoint/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Mappoint/blib/lib/Net/Mappoint.pm line 2. # BEGIN failed--compilation aborted at t/001-get_map.t line 68. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Can't locate object method "new" via package "Net::Mappoint::Render" (perhaps you forgot to load "Net::Mappoint::Render"?) at t/001-get_map.t line 71. not ok 1 - use Net::Mappoint; # Looks like you planned 3 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/000-get_account.t 2 512 4 2 1-2 t/001-get_map.t 255 65280 3 5 1-3 Failed 2/2 test scripts. 5/7 subtests failed. Files=2, Tests=7, 0 wallclock secs ( 0.11 cusr + 0.05 csys = 0.16 CPU) Failed 2/2 test programs. 5/7 subtests failed. make: *** [test_dynamic] Error 255