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\09_ClassAccessorMulti.t t\11_TestFile.t t\09_ClassAccessorMulti....Subroutine new redefined at t/TestClassAccessorMulti.pm line 9. ok 1 - object instantiated ok 2 - correct new ok 3 - added 3 users ok 4 - added 2 clothes ok 5 - users count now 3 ok 6 - clothes count now 2 ok 7 ok 8 ok 9 - users_hashref returns hash ref hashref method: $VAR1 = { 'mike' => 1, 'jimmy' => 1 }; ok 10 - users_arrayref returns array ref ok 11 - users_count returns digit(s) ok 12 ok 13 ok 14 ok 15 get object instance data: $VAR1 = { 'clothes_ordered' => [ 'red bikini', 'blue hat' ], 'clothes' => { 'blue hat' => 1, 'red bikini' => 1 }, 'users_ordered' => [ 'mike', 'jimmy' ], 'users' => { 'mike' => 1, 'jimmy' => 1 }, 'correct_new' => 1, 'host' => 'localhost' }; _array_contains(), mike ?= errol_morris ok 16 - added errol_morris _array_contains(), jimmy ?= errol_morris _array_contains(), errol_morris ?= errol_morris ok 17 - array contains errol_morris _array_contains(), mike ?= errol_morris _array_contains(), jimmy ?= errol_morris ok 18 - deleted errol_morris ok 19 - array does not contain errol_morris anymore ok 20 ok 21 ok 22 ok 23 ok 24 - ordered [x y z a b c] ok 25 - sorted [a b c x y z] ok 26 - ordered [y a b] ok 27 - sorted [a b y] ok 28 - 10 count, trying numbers.. ok 29 - does user "0" exist.. should.. ok 30 - user 0 deleted ok 31 - does user "0" now does not exist ok 32 - calling users_delete with arg ok 33 - calling users_add with arg ok 34 - calling users_exists with arg ok 35 - calling users_delete with no arg fails ok 36 - calling users_exists with no arg fails ok 37 - calling users_add with no arg fails 1..37 ok t\11_TestFile..............ok 1 Cannot chdir to C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/LEOCHARRE-Class/t/0.t: No such file or directory at t/TestFile.pm line 12 1..1 # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed 1/2 test scripts, 50.00% okay. 0/38 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\11_TestFile.t 255 65280 1 0 0.00% ?? NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.