Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Email\Send.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Email\Send\NNTP.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Email\Send\Qmail.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Email\Send\Sendmail.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Email\Send\SMTP.pm Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Email\Send\Test.pm Writing C:\cpanrun-5.8\build\5-8-0\site\lib\auto\Email\Send\.packlist Appending installation info to C:\cpanrun-5.8\build\5-8-0\lib/perllocal.pod east 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(0x15d58cc) 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(0x15d5824) sent Email::Simple=HASH(0x1a4e388) ok 3 - first message sender returned success ok 4 - mailer OKMailerOO=HASH(0x15d5830) sent Email::Simple=HASH(0x1d29778) 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 # skip Cannot run unless sendmail is at /usr/sbin/sendmail ok 7 - send() failed because Found ./util/not-executable but cannot execute it ok 8 - error message says what we expect ok 9 # skip Win32 does not understand shebang ok 10 # skip Win32 does not understand shebang ok 11 # skip Win32 does not understand shebang ok 4/11 skipped: various reasons 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 All tests successful, 1 test and 4 subtests skipped. Files=15, Tests=95, 5 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)