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 /home/cpanrun/ia64-lp64/build/5.8.2/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 in scalar chomp at t/000-get_account.t line 18. # Please enter your Mappoint password: Use of uninitialized value in scalar chomp at t/000-get_account.t line 22. # Failed test (t/000-get_account.t at line 23) # Failed test (t/000-get_account.t at line 24) Use of uninitialized value in concatenation (.) or string at t/000-get_account.t line 32. Use of uninitialized value in concatenation (.) or string at t/000-get_account.t line 32. # Looks like you failed 2 tests of 4. 1..4 not ok 1 - Got Mappoint user id not ok 2 - Got Mappoint password ok 3 - Opened tmp file for writing 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 put 'user=...' in credentials section in ini-file # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. ok 1 - use Net::Mappoint; dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay Failed 2/2 test scripts, 0.00% okay. 4/7 subtests failed, 42.86% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/000-get_account.t 2 512 4 2 50.00% 1-2 t/001-get_map.t 255 65280 3 4 133.33% 2-3 make: *** [test_dynamic] Error 2