Checking if your kit is complete... Looks good Writing Makefile for LEOCHARRE::Class Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/LEOCHARRE/Class/Accessors.pm blib\lib\LEOCHARRE\Class\Accessors.pm cp lib/LEOCHARRE/Class/Accessors/Base.pm blib\lib\LEOCHARRE\Class\Accessors\Base.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.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 ok 10 - users_arrayref returns array ref ok 11 - users_count returns digit(s) hashref method: $VAR1 = { 'mike' => 1, 'jimmy' => 1 }; 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' }; ok 16 - added errol_morris _array_contains(), mike ?= errol_morris _array_contains(), jimmy ?= errol_morris _array_contains(), errol_morris ?= errol_morris ok 17 - array contains errol_morris ok 18 - deleted errol_morris _array_contains(), mike ?= errol_morris _array_contains(), jimmy ?= 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..............Subroutine new redefined at t/TestFile.pm line 6. ok 1 C:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/LEOCHARRE-Class/t/0.t: No such file or directory at t/TestFile.pm line 12 # Looks like your test died just after 1. 1..1 dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/11_TestFile.t 255 65280 1 0 ?? Failed 1/2 test scripts. 0/38 subtests failed. Files=2, Tests=38, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 0/38 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.