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, 'inc', 'blib\lib', 'blib\arch')" t\00_use.t t\01_sauth_time.t t\02_sauth_acc.t t\03_sauth_rej.t t\04_auth_time.t t\05_auth_acc.t t\06_auth_rej.t t\07_sacct_time.t t\08_sacct.t t\09_acct_time.t t\10_acct.t t\99_pod.t t\99_pod_coverage.t t\99_test_kwalitee.t t\00_use..............1..1 ok 1 - use POE::Component::Client::RADIUS; # Testing POE::Component::Client::RADIUS-0.01, POE-0.29, Perl 5.008, C:\cpanrun-5.8\build\5-8-0\bin\perl.exe ok t\01_sauth_time.......1..5 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS # Waiting 5 seconds for a timeout ok 3 - Got a timeout ok 4 - Got our arbitary variable back ok 5 - Everything stopped ok t\02_sauth_acc........1..8 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Access-Request ok 4 - User-Name ok 5 - Password # Failed test (t\02_sauth_acc.t at line 75) Use of uninitialized value in string eq at t\02_sauth_acc.t line 76. # Failed test (t\02_sauth_acc.t at line 76) not ok 6 - Got a response not ok 7 - Access-Accept ok 8 - Everything stopped # Looks like you failed 2 tests of 8. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/8 tests, 75.00% okay t\03_sauth_rej........1..9 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Access-Request ok 4 - User-Name ok 5 - Password not ok 6 - Got a response # Failed test (t\03_sauth_rej.t at line 76) Use of uninitialized value in string eq at t\03_sauth_rej.t line 77. # Failed test (t\03_sauth_rej.t at line 77) Use of uninitialized value in string eq at t\03_sauth_rej.t line 78. not ok 7 - Access-Reject # Failed test (t\03_sauth_rej.t at line 78) not ok 8 - Reply-Message # Looks like you failed 3 tests of 9. ok 9 - Everything stopped dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 6-8 Failed 3/9 tests, 66.67% okay t\04_auth_time........1..5 ok 1 - use POE::Component::Client::RADIUS; # Waiting 5 seconds for a timeout ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Got a timeout ok 4 - Got our arbitary variable back ok 5 - Everything stopped ok t\05_auth_acc.........1..8 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Access-Request ok 4 - User-Name ok 5 - Password not ok 6 - Got a response # Failed test (t\05_auth_acc.t at line 74) Use of uninitialized value in string eq at t\05_auth_acc.t line 75. not ok 7 - Access-Accept # Failed test (t\05_auth_acc.t at line 75) ok 8 - Everything stopped # Looks like you failed 2 tests of 8. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/8 tests, 75.00% okay t\06_auth_rej.........1..9 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Access-Request ok 4 - User-Name ok 5 - Password # Failed test (t\06_auth_rej.t at line 75) Use of uninitialized value in string eq at t\06_auth_rej.t line 76. not ok 6 - Got a response # Failed test (t\06_auth_rej.t at line 76) Use of uninitialized value in string eq at t\06_auth_rej.t line 77. not ok 7 - Access-Reject # Failed test (t\06_auth_rej.t at line 77) not ok 8 - Reply-Message ok 9 - Everything stopped # Looks like you failed 3 tests of 9. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 6-8 Failed 3/9 tests, 66.67% okay t\07_sacct_time.......1..4 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS # Waiting 5 seconds for a timeout ok 3 - Got a timeout ok 4 - Everything stopped ok t\08_sacct............1..8 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Accounting-Request ok 4 - Good secret ok 5 - Acct-Status-Type # Failed test (t\08_sacct.t at line 84) Use of uninitialized value in string eq at t\08_sacct.t line 85. not ok 6 - Got a response # Failed test (t\08_sacct.t at line 85) not ok 7 - Accounting-Response ok 8 - Everything stopped # Looks like you failed 2 tests of 8. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/8 tests, 75.00% okay t\09_acct_time........1..4 ok 1 - use POE::Component::Client::RADIUS; # Waiting 5 seconds for a timeout ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Got a timeout ok 4 - Everything stopped ok t\10_acct.............1..8 ok 1 - use POE::Component::Client::RADIUS; ok 2 - The object isa POE::Component::Client::RADIUS ok 3 - Accounting-Request ok 4 - Good secret ok 5 - Acct-Status-Type not ok 6 - Got a response # Failed test (t\10_acct.t at line 82) Use of uninitialized value in string eq at t\10_acct.t line 83. not ok 7 - Accounting-Response # Failed test (t\10_acct.t at line 83) ok 8 - Everything stopped # Looks like you failed 2 tests of 8. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/8 tests, 75.00% okay t\99_pod..............1..1 ok 1 - blib\lib\POE\Component\Client\RADIUS.pm ok t\99_pod_coverage.....1..1 ok 1 - Pod coverage on POE::Component::Client::RADIUS ok t\99_test_kwalitee....1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping Failed 6/14 test scripts, 57.14% okay. 14/71 subtests failed, 80.28% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\02_sauth_acc.t 2 512 8 2 25.00% 6-7 t\03_sauth_rej.t 3 768 9 3 33.33% 6-8 t\05_auth_acc.t 2 512 8 2 25.00% 6-7 t\06_auth_rej.t 3 768 9 3 33.33% 6-8 t\08_sacct.t 2 512 8 2 25.00% 6-7 t\10_acct.t 2 512 8 2 25.00% 6-7 1 test skipped. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.