Checking if your kit is complete... Looks good Writing Makefile for Email::Send cp lib/Email/Send/SMTP.pm blib/lib/Email/Send/SMTP.pm cp lib/Email/Send/Test.pm blib/lib/Email/Send/Test.pm cp lib/Email/Send/Qmail.pm blib/lib/Email/Send/Qmail.pm cp lib/Email/Send/NNTP.pm blib/lib/Email/Send/NNTP.pm cp lib/Email/Send/Sendmail.pm blib/lib/Email/Send/Sendmail.pm cp lib/Email/Send.pm blib/lib/Email/Send.pm Manifying blib/man3/Email::Send::SMTP.3 Manifying blib/man3/Email::Send::Test.3 Manifying blib/man3/Email::Send::Qmail.3 Manifying blib/man3/Email::Send::NNTP.3 Manifying blib/man3/Email::Send::Sendmail.3 Manifying blib/man3/Email::Send.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/abstract-msg.......1..0 # Skip Email::Abstract required for these tests skipped all skipped: Email::Abstract required for these tests t/all-mailers........1..11 ok 1 - use Email::Send; ok 2 - we found at least a couple mailers ok 3 - all mailers are valid mailers ok 4 - we found the OK sender (from t/lib) ok 5 - the unavailable (t/lib) sender isn't available ok 6 - we can send a message via 'try all mailers' method ok 7 - and it's sent to the (only) mailer available ok 8 - we couldn't send when the only choice fails ok 9 - and we got the expected error message ok 10 - we can't send to an unavailable mailer ok 11 - and we get its unavailable failure ok t/classic............1..2 ok 1 - args passed in properly ok 2 - sent properly ok t/email-send-test....1..10 ok 1 - ->clear returns true ok 2 - The object isa Email::Send ok 3 - ->send returns true ok 4 - Sending an email results in something in the trap ok 5 - The object isa Email::Simple ok 6 - Sending anything returns true ok 7 - Sending an email results in something in the trap ok 8 - Sending an emails puts what we send in the trap ok 9 - ->clear returns true ok 10 - ->clear clears the trap ok t/email-send.........1..18 ok 1 - use Email::Send; ok 2 - Email::Send->can(...) ok 3 - use Email::Send::Sendmail; ok 4 - use Email::Send::NNTP; ok 5 - use Email::Send::Qmail; ok 6 - use Email::Send::SMTP; ok 7 - Email::Send::Sendmail->can(...) ok 8 - Email::Send::NNTP->can(...) ok 9 - Email::Send::Qmail->can(...) ok 10 - Email::Send::SMTP->can(...) ok 11 - The object isa Email::Send ok 12 - it has no defined mailer ok 13 - and no mailer args ok 14 - and no message modifier ok 15 - we've set its mailer to smtp ok 16 - and set a mailer arg ok 17 - and a message modifier ok 18 - and the message modifier can be called ok t/errors.............1..7 ok 1 - use Email::Send; ok 2 - sending with no message is false ok 3 - correct error message ok 4 - failed to load mailer (doesn't exist) ok 5 - and got correct exception ok 6 - failed to load mailer BadMailer ok 7 - and got correct failure ok t/foreign-mailer.....1..3 ok 1 - use Email::Send; ok 2 - send Email::Simple=HASH(0x4001f15c) ok 3 - message sending returned success ok t/modifier...........1..5 ok 1 - ->clear returns true ok 2 - The object isa Email::Send ok 3 - we've sent two mails ok 4 - first message has X-Whatever: 0 ok 5 - second message has X-Whatever: 1 ok t/no-import..........1..3 ok 1 - use Email::Send; ok 2 - send message Email::Send::OK ok 3 - sender reports success ok t/object-mailer......1..8 ok 1 - use Email::Send; ok 2 - mailer OKMailerOO=HASH(0x4001f3f0) sent Email::Simple=HASH(0x400763b8) ok 3 - first message sender returned success ok 4 - mailer OKMailerOO=HASH(0x4001f2f4) sent Email::Simple=HASH(0x40076220) ok 5 - second message sender returned success ok 6 - first sender result was first mailer refaddr ok 7 - second sender result was second mailer refaddr ok 8 - ...and of course the two are distinct objects ok t/pod-coverage.......1..0 # Skip Test::Pod::Coverage 1.08 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/pod................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD t/sendmail...........1..11 ok 1 - Email::Send always is available ok 2 - is available return value says sendmail was not found ok 3 - no sendmail found because we have no path ok 4 - Email::Send is available with $SENDMAIL set ok 5 - is available return message is empty with $SENDMAIL set ok 6 - found sendmail in /usr/sbin ./util/not-executable: not: not found. dubious Test returned status 0 (wstat 13, 0xd) DIED. FAILED tests 7-11 Failed 5/11 tests, 54.55% okay t/test...............1..2 ok 1 - args passed in properly ok 2 - sent properly ok t/without............1..3 ok 1 - use Email::Send; ok 2 - sending with unknown message class is false ok 3 - expected error message ok Failed 1/15 test scripts, 93.33% okay. 5/83 subtests failed, 93.98% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------- t/sendmail.t 0 13 11 10 90.91% 7-11 3 tests skipped. make: *** [test_dynamic] Error 25