Checking if your kit is complete... Looks good Writing Makefile for Email::Send::SMTP::Auth Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Auth.pm blib\lib\Email\Send\SMTP\Auth.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/auth....ok 1 - use Data::Dumper; ok 2 - use Email::Send; ok 3 - use Email::Send::SMTP::Auth; ok 4 - use Email::Simple; ok 5 - use Email::Abstract::EmailSimple; ok 6 - use User; Name "Email::Send::SMTP::Auth::VERBOSE" used only once: possible typo at t/auth.t line 18. # The SMTPSERVER environment variable is not set. Its value should be the SMTP server name or IP address. # The SMTPTESTFROM environment variable is not set. Its value should be an address authorized to send email via your SMTP server. # The SMTPTESTTO environment variable is not set. Its value should be an address to which a test email can be sent. # The SMTPTESTCC environment variable is not set. Its value should be an address to which a test email can be sent. # The SMTPTESTBCC environment variable is not set. Its value should be an address to which a test email can be sent. # The SMTPUSERNAME environment variable is not set. Its value should be a valid login name, if your SMTP server requires you to log in. # The SMTPPASSWORD environment variable is not set. Its value should be the password for that username, if your SMTP server requires you to log in. ok 7 - The object isa Email::Simple # Failed test at t/auth.t line 59. not ok 8 ok 9 ok 10 # skip No test email can be sent, because of missing environment variables. # Looks like you failed 1 test of 12. ok 11 # skip No test email can be sent, because of missing environment variables. ok 12 # skip No test email can be sent, because of missing environment variables. 1..12 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/12 tests, 91.67% okay (less 3 skipped tests: 8 okay, 66.67%) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/auth.t 1 256 12 1 8 3 subtests skipped. Failed 1/1 test scripts. 1/12 subtests failed. Files=1, Tests=12, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 1/12 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x1' Stop.