Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\aliases.t t\expand-alias.t t\aliases.........1..15 ok 1 - use Mail::ExpandAliases; ok 2 ok 3 - 'spam' => '/dev/null' ok 4 - 'jones' => 'Barnaby_Jones@unresolvable.perl.org,Bridget_Jones@unresolvable.perl.org,Quincy_Jones@unresolvable.perl.org,Tom_Jones@unresolvable.perl.org' ok 5 - 'MAILER-DAEMON' => '/dev/null' ok 6 - 'not-there' => 'not-there' ok 7 - 'tjones' => 'Tom_Jones@unresolvable.perl.org' ok 8 - 'TJones' => 'Tom_Jones@unresolvable.perl.org' ok 9 - 'postmaster' => '/dev/null' ok 10 - 'Postmaster' => '/dev/null' ok 11 - 'redist' => '| /path/to/redist' ok 12 - 'redist' => '/var/mail/archive' ok 13 - 'backslashed' => 'jones' ok 14 - 'nothing' => 'nothing' ok 15 - 'silly' => 'silly,stuff' ok t\expand-alias....1..4 The system cannot find the path specified. # Test 1 got: '' (t\expand-alias.t at line 19) # Expected: '/dev/null' not ok 1 The system cannot find the path specified. # Test 2 got: '' (t\expand-alias.t at line 22) # Expected: 'Tom_Jones@unresolvable.perl.org' not ok 2 The system cannot find the path specified. # Test 3 got: '' (t\expand-alias.t at line 25) # Expected: '| /path/to/redist' not ok 3 The system cannot find the path specified. # Test 4 got: '' (t\expand-alias.t at line 28) # Expected: 'Barnaby_Jones@unresolvable.perl.org Bridget_Jones@unresolvable.perl.org Quincy_Jones@unresolvable.perl.org Tom_Jones@unresolvable.perl.org' not ok 4 FAILED tests 1-4 Failed 4/4 tests, 0.00% okay Failed 1/2 test scripts, 50.00% okay. 4/19 subtests failed, 78.95% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\expand-alias.t 4 4 100.00% 1-4 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.