Checking if your kit is complete... Looks good Writing Makefile for HTML::Mail ********** Data::UUID not present, It's recommended (though not mandatory) to install it ********** Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/HTML/Mail.pm blib\lib\HTML\Mail.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\01_basic.t t\02_build.t t\03_serial.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTML-Mail/blib t\01_basic..........1..10 ok 1 - use HTML::Mail; ok 2 - Constuction of object ok 3 - Object is defined ok 4 - Object is of the appropriate class ok 5 - Object can build message ok 6 - Object "inherits" from MIME::Lite ok 7 - Object "inherits" send method from MIME::Lite ok 8 - Object has built message ok 9 - Message dumped as string 'sendmail' is not recognized as an internal or external command, operable program or batch file. not ok 10 - Email sent # TODO Maybe the user doesn't have sendmail installed or has no internet connection at the time of testing # Failed (TODO) test (t\01_basic.t at line 32) FAILED test 10 Failed 1/10 tests, 90.00% okay t\02_build..........1..3 ok 1 - use HTML::Mail; Cannot chdir to eg\media\test.html:No such file or directory at t\02_build.t line 14 # 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 t\03_serial.........1..3 ok 1 - use HTML::Mail; ok 2 - Object was serialized ok 3 - Object restored from serialization ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\01_basic.t 10 1 10.00% 10 t\02_build.t 255 65280 3 2 66.67% 2-3 Failed 2/3 test scripts, 33.33% okay. 3/16 subtests failed, 81.25% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0xff' Stop.