Checking if your kit is complete... Looks good Writing Makefile for Net::Amazon::Thumbnail Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Net/Amazon/Thumbnail.pm blib\lib\Net\Amazon\Thumbnail.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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 # 1..4 # Please enter your Amazon key id: Use of uninitialized value $key in scalar chomp at t/000-auth.t line 17. # Please enter your Amazon access key: Use of uninitialized value $access_id in scalar chomp at t/000-auth.t line 21. # 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. not ok 2 - Got Amazon access key Use of uninitialized value $key in length at t/000-auth.t line 26. Use of uninitialized value $access_id in length at t/000-auth.t line 26. # Entering debug mode, no authentication given Use of uninitialized value $key in concatenation (.) or string at t/000-auth.t line 35. Use of uninitialized value $access_id 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, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/5 test programs. 2/25 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.