Checking if your kit is complete... Looks good Writing Makefile for WebService::Mappoint cp Mappoint.pm blib/lib/WebService/Mappoint.pm Manifying blib/man3/WebService::Mappoint.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' 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. 1..4 # Failed test 'Got Mappoint user id' # at t/000-get_account.t line 23. not ok 1 - Got Mappoint user id not ok 2 - Got Mappoint password # Failed test 'Got Mappoint password' # at t/000-get_account.t 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. 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 ok 1 - use WebService::Mappoint; # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. 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