Checking if your kit is complete... Looks good ********** Data::UUID not present, It's recommended (though not mandatory) to install it ********** Writing Makefile for HTML::Mail cp lib/HTML/Mail.pm blib/lib/HTML/Mail.pm Manifying blib/man3/HTML::Mail.3 lib/HTML/Mail.pm:545: Unknown command paragraph "=encoding utf-8" PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t 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 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; opendir(eg/media/test.html/..): Not a directory at t/02_build.t line 14 opendir(eg/media/test.txt/..): Not a directory at t/02_build.t line 14 Error while making request [GET file://] 404 File `' does not exist at blib/lib/HTML/Mail.pm line 214. # 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. make: *** [test_dynamic] Error 29