WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. 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 /Users/cpanrun/build/5.8.8/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::SMTP; ok 6 - use Email::Send::Qmail; ok 7 - Email::Send::Sendmail->can(...) ok 8 - Email::Send::NNTP->can(...) ok 9 - Email::Send::SMTP->can(...) ok 10 - Email::Send::Qmail->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(0x1841004) 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(0x180129c) sent Email::Simple=HASH(0x18938b0) ok 3 - first message sender returned success ok 4 - mailer OKMailerOO=HASH(0x1801530) sent Email::Simple=HASH(0x1893808) 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..6 ok 1 - Pod coverage on Email::Send ok 2 - Pod coverage on Email::Send::NNTP ok 3 - Pod coverage on Email::Send::Qmail ok 4 - Pod coverage on Email::Send::Sendmail ok 5 - Pod coverage on Email::Send::SMTP ok 6 - Pod coverage on Email::Send::Test ok t/pod................1..6 ok 1 - blib/lib/Email/Send.pm ok 2 - blib/lib/Email/Send/NNTP.pm ok 3 - blib/lib/Email/Send/Qmail.pm ok 4 - blib/lib/Email/Send/Sendmail.pm ok 5 - blib/lib/Email/Send/SMTP.pm ok 6 - blib/lib/Email/Send/Test.pm ok 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: line 1: not: command not found ok 7 - send() failed because error when closing pipe to ./util/not-executable: not ok 8 - error message says what we expect # Failed test 'error message says what we expect' # at t/sendmail.t line 51. # 'error when closing pipe to ./util/not-executable: ' # doesn't match '(?-xism:cannot execute)' ok 9 - send() succeeded with executable $SENDMAIL ok 10 - send() succeeded with executable sendmail in path ok 11 - log contains From header # Looks like you failed 1 test of 11. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/11 tests, 90.91% 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 Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/sendmail.t 1 256 11 1 8 1 test skipped. Failed 1/15 test scripts. 1/95 subtests failed. Files=15, Tests=95, 4 wallclock secs ( 2.46 cusr + 0.77 csys = 3.23 CPU) Failed 1/15 test programs. 1/95 subtests failed. make: *** [test_dynamic] Error 25