Warning: prerequisite Config::INI::Reader 0.005 not found. Checking if your kit is complete... Looks good Writing Makefile for App::Addex Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/App/Addex/AddressBook.pm blib\lib\App\Addex\AddressBook.pm cp lib/App/Addex/Output/ToFile.pm blib\lib\App\Addex\Output\ToFile.pm cp lib/App/Addex/Output/Procmail.pm blib\lib\App\Addex\Output\Procmail.pm cp lib/App/Addex.pm blib\lib\App\Addex.pm cp lib/App/Addex/Output/SpamAssassin.pm blib\lib\App\Addex\Output\SpamAssassin.pm cp lib/App/Addex/Entry/EmailAddress.pm blib\lib\App\Addex\Entry\EmailAddress.pm cp lib/App/Addex/Entry.pm blib\lib\App\Addex\Entry.pm cp lib/App/Addex/Config.pm blib\lib\App\Addex\Config.pm cp lib/App/Addex/Output.pm blib\lib\App\Addex\Output.pm cp lib/App/Addex/Output/Mutt.pm blib\lib\App\Addex\Output\Mutt.pm C:\cpanrun\build\5-10-0\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp bin/addex blib\script\addex pl2bat.bat blib\script\addex Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp bin/addex blib\script\addex pl2bat.bat blib\script\addex C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/00-load................1..1 ok 1 - use App::Addex; ok t/addr-book..............1..2 ok 1 - use App::Addex::AddressBook; ok 2 - exception thrown on virtual method ok t/basic..................1..6 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - callback called twice ok 4 - exception thrown when no addressbook class given ok 5 - exception thrown when no output classes given ok 6 - if a plugin fails to load, the exception is propagated ok t/config.................1..6 # Failed test 'use App::Addex::Config;' # at t/config.t line 9. not ok 1 - use App::Addex::Config; # Tried to use 'App::Addex::Config'. # Error: Base class package "Config::INI::Reader" is empty. # (Perhaps you need to 'use' the module which defines that package first, # or make that module available in @INC (@INC contains: t/lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\App-Addex\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\App-Addex\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\App-Addex\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\App-Addex\blib\lib/App/Addex/Config.pm line 6 # BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\App-Addex\blib\lib/App/Addex/Config.pm line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Can't locate object method "read_string" via package "App::Addex::Config" at t/config.t line 33. # Looks like you planned 6 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/output-mutt............1..10 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - default nick-based alias created ok 4 - default name-based alias created ok 5 - default nick-based alias with label created ok 6 - default name-based alias with label created ok 7 - secondary nick-based alias with label created ok 8 - we don't created secondary name-based aliases, if nick exists ok 9 - created save hook for entry with folder ok 10 - created mailboxes line for entry with folder ok t/output-procmail........1..3 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - found the expected recipe for jcap in the procmail output ok t/output-spamassassin....1..5 ok 1 - use App::Addex; ok 2 - The object isa App::Addex ok 3 - created whitelist for rjbs@example.com ok 4 - created whitelist for rjbs@example.biz ok 5 - created whitelist for jcap@example.com ok t/output-tofile..........1..4 ok 1 - use App::Addex::Output::ToFile; ok 2 - filename is a required arg ok 3 - filename is a required arg ok 4 - exception raised if output fails ok t/pod-coverage...........1..0 # Skip Test::Pod::Coverage 1.06 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.06 required for testing POD coverage t/pod....................1..11 ok 1 - blib\script\addex ok 2 - blib\lib\App\Addex.pm ok 3 - blib\lib\App\Addex\AddressBook.pm ok 4 - blib\lib\App\Addex\Config.pm ok 5 - blib\lib\App\Addex\Entry.pm ok 6 - blib\lib\App\Addex\Output.pm ok 7 - blib\lib\App\Addex\Entry\EmailAddress.pm ok 8 - blib\lib\App\Addex\Output\Mutt.pm ok 9 - blib\lib\App\Addex\Output\Procmail.pm ok 10 - blib\lib\App\Addex\Output\SpamAssassin.pm ok 11 - blib\lib\App\Addex\Output\ToFile.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/config.t 255 65280 6 11 1-6 1 test skipped. Failed 1/10 test scripts. 6/48 subtests failed. Files=10, Tests=48, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/10 test programs. 6/48 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.