Checking if your kit is complete... Looks good Writing Makefile for CGI::Upload Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/CGI/Upload.pm blib\lib\CGI\Upload.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/module........................1..3 ok 1 - use CGI::Upload; ok 2 - The object isa CGI::Upload ok 3 - Carp when new called with bad parameters ok t/upload........................1..4 ok 1 - returns undef ok 2 - filename is correct # Failed test 'size is correct' not ok 3 - size is correct # at t/upload.t line 60. # got: '47' # expected: '45' # Failed test 'Content is the same' # at t/upload.t line 61. not ok 4 - Content is the same # got: 'This is a plain text file we try to upload. # # ' # expected: 'This is a plain text file we try to upload. # # ' # Looks like you failed 2 tests of 4. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay t/upload_any....................1..6 ok 1 - filename 'plain.txt' is correct ok 2 - size is correct ok 3 - Content is the same ok 4 - Invalid call trapped ok 5 - returns undef ok 6 - CGI.pm was loaded ok t/upload_cgi....................1..7 ok 1 - filename 'plain.txt' is correct ok 2 - size is correct ok 3 - Content is the same ok 4 - Invalid call trapped ok 5 - returns undef ok 6 - CGI::Simple was not loaded ok 7 - CGI.pm was loaded ok t/upload_cgi_instance...........1..7 ok 1 - filename 'plain.txt' is correct ok 2 - size is correct ok 3 - Content is the same ok 4 - Invalid call trapped ok 5 - returns undef ok 6 - CGI::Simple was not loaded ok 7 - CGI.pm was loaded ok t/upload_cgi_simple.............1..7 ok 1 - filename 'plain.txt' is correct ok 2 - size is correct ok 3 - Content is the same ok 4 - Invalid call trapped ok 5 - returns undef ok 6 - CGI.pm was not loaded ok 7 - CGI::Simple was loaded ok t/upload_cgi_simple_instance....1..7 ok 1 - filename 'plain.txt' is correct ok 2 - size is correct ok 3 - Content is the same ok 4 - Invalid call trapped ok 5 - returns undef ok 6 - CGI.pm was not loaded ok 7 - CGI::Simple was loaded ok t/upload_nonexistant............1..3 ok 1 - Error was received ok 2 - CGI.pm was not loaded ok 3 - CGI::Simple was not loaded ok t/upload_windows................1..5 ok 1 - filename '0123.txt' is correct ok 2 - size is correct ok 3 - Content is the same ok 4 - Invalid call trapped ok 5 - returns undef ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/upload.t 2 512 4 2 3-4 Failed 1/9 test scripts. 2/49 subtests failed. Files=9, Tests=49, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/9 test programs. 2/49 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.