The Sendmail::PMilter distribution includes a module that supplies a compatibility interface emulating the standard Sendmail::Milter API, rather than using the native libmilter (which is not compatible with modern Perl threads). Choose "no" below ONLY IF the standard Sendmail::Milter package is installed or will be installed. Otherwise, the compatibility interface MUST be installed, as it is needed for Sendmail::PMilter to function properly. Do you wish to install the Sendmail::Milter interface? [yes] yes Checking if your kit is complete... Looks good Writing Makefile for Sendmail::PMilter Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Sendmail/PMilter.pm blib\lib\Sendmail/PMilter.pm cp lib/Sendmail/Milter.pm blib\lib\Sendmail/Milter.pm cp lib/Sendmail/PMilter/Context.pm blib\lib\Sendmail/PMilter/Context.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\00_pmilter.t t\01_milter.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sendmail-PMilter/blib t\00_pmilter........1..55 # Failed test (t\00_pmilter.t at line 14) # Tried to use 'Sendmail::PMilter'. # Error: Bareword "Errno::EADDRINUSE" not allowed while "strict subs" in use at D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sendmail-PMilter/blib/lib/Sendmail/PMilter.pm line 347. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t\00_pmilter.t line 14. not ok 1 - use Sendmail::PMilter; ok 2 - Sendmail::PMilter->can(...) ok 3 ok 4 - The object isa Sendmail::PMilter ok 5 - Sendmail::PMilter::SMFIF_ADDHDRS ok 6 ok 7 - Sendmail::PMilter::SMFIS_ACCEPT ok 8 ok 9 - Sendmail::PMilter::SMFIF_ADDRCPT ok 10 ok 11 - Sendmail::PMilter::SMFIS_REJECT ok 12 ok 13 - Sendmail::PMilter::SMFI_CURR_ACTS ok 14 ok 15 - Sendmail::PMilter::SMFIF_CHGHDRS ok 16 ok 17 - Sendmail::PMilter::SMFI_V1_ACTS ok 18 ok 19 - Sendmail::PMilter::SMFIF_DELRCPT ok 20 ok 21 - Sendmail::PMilter::SMFIS_DISCARD ok 22 ok 23 - Sendmail::PMilter::SMFIF_CHGBODY ok 24 Undefined subroutine &Sendmail::PMilter::get_sendmail_cf called at t\00_pmilter.t line 84. # Looks like you planned 55 tests but only ran 32. # Looks like your test died just after 32. ok 25 - Sendmail::PMilter::SMFIF_MODBODY ok 26 ok 27 - Sendmail::PMilter::SMFIS_CONTINUE ok 28 ok 29 - Sendmail::PMilter::SMFI_V2_ACTS ok 30 ok 31 - Sendmail::PMilter::SMFIS_TEMPFAIL ok 32 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 33-55 Failed 24/55 tests, 56.36% okay t\01_milter.........1..30 ok 1 - use Sendmail::Milter; ok 2 - Sendmail::Milter->can(...) ok 3 - Sendmail::Milter::SMFIF_ADDHDRS ok 4 ok 5 - Sendmail::Milter::SMFIS_ACCEPT ok 6 ok 7 - Sendmail::Milter::SMFIF_ADDRCPT ok 8 ok 9 - Sendmail::Milter::SMFIS_REJECT ok 10 ok 11 - Sendmail::Milter::SMFI_CURR_ACTS ok 12 ok 13 - Sendmail::Milter::SMFIF_CHGHDRS ok 14 ok 15 - Sendmail::Milter::SMFI_V1_ACTS ok 16 ok 17 - Sendmail::Milter::SMFIF_DELRCPT ok 18 ok 19 - Sendmail::Milter::SMFIS_DISCARD ok 20 ok 21 - Sendmail::Milter::SMFIF_CHGBODY ok 22 ok 23 - Sendmail::Milter::SMFIF_MODBODY ok 24 ok 25 - Sendmail::Milter::SMFIS_CONTINUE ok 26 ok 27 - Sendmail::Milter::SMFI_V2_ACTS ok 28 ok 29 - Sendmail::Milter::SMFIS_TEMPFAIL ok 30 ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\00_pmilter.t 255 65280 55 24 43.64% 1, 33-55 Failed 1/2 test scripts, 50.00% okay. 24/85 subtests failed, 71.76% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0xff' Stop.