Checking if your kit is complete... Looks good Writing Makefile for Net::Amazon::Thumbnail cp lib/Net/Amazon/Thumbnail.pm blib/lib/Net/Amazon/Thumbnail.pm Manifying blib/man3/Net::Amazon::Thumbnail.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000-auth........# # The Amazon web service requires that you create an # Account and obtain a license key and access id # This key is then passed with each request you make to the Amazon servers. # If you do not already have an Amazon Web Service account, # you can sign up for one here: # http://www.amazon.com/gp/aws/landing.html # # Please enter your Amazon key id: Use of uninitialized value in scalar chomp at t/000-auth.t line 17. # Please enter your Amazon access key: Use of uninitialized value in scalar chomp at t/000-auth.t line 21. 1..4 # Failed test 'Got Amazon key id' # at t/000-auth.t line 23. not ok 1 - Got Amazon key id # Failed test 'Got Amazon access key' # at t/000-auth.t line 24. Use of uninitialized value in length at t/000-auth.t line 26. Use of uninitialized value in length at t/000-auth.t line 26. # Entering debug mode, no authentication given not ok 2 - Got Amazon access key Use of uninitialized value in concatenation (.) or string at t/000-auth.t line 35. Use of uninitialized value in concatenation (.) or string at t/000-auth.t line 35. ok 3 - Opened tmp file for writing # Looks like you failed 2 tests of 4. ok 4 - Wrote authentication info to tmp file dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/4 tests, 50.00% okay t/001-get.........1..10 ok 1 - use Net::Amazon::Thumbnail; ok 2 - Bad Connection ok 3 - The object isa Net::Amazon::Thumbnail ok 4 - Default thumb size ok 5 - Default empty image ok 6 - No Url ok 7 - Amazon connection ok 8 ok 9 ok 10 ok t/002-post........1..10 ok 1 - use Net::Amazon::Thumbnail; ok 2 - Bad Connection ok 3 - The object isa Net::Amazon::Thumbnail ok 4 - Default thumb size ok 5 - Default empty image ok 6 - No Url ok 7 - Amazon connection ok 8 ok 9 ok 10 ok t/pod.............1..1 ok 1 - blib/lib/Net/Amazon/Thumbnail.pm ok t/pod_coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/000-auth.t 2 512 4 2 1-2 1 test skipped. Failed 1/5 test scripts. 2/25 subtests failed. Files=5, Tests=25, 1 wallclock secs ( 0.92 cusr + 0.23 csys = 1.15 CPU) Failed 1/5 test programs. 2/25 subtests failed. make: *** [test_dynamic] Error 25