Checking if your kit is complete... Looks good Writing Makefile for LEOCHARRE::Class cp lib/LEOCHARRE/Class/Accessors/Base.pm blib/lib/LEOCHARRE/Class/Accessors/Base.pm cp lib/LEOCHARRE/Class/Accessors.pm blib/lib/LEOCHARRE/Class/Accessors.pm Manifying blib/man3/LEOCHARRE::Class::Accessors::Base.3 Manifying blib/man3/LEOCHARRE::Class::Accessors.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' 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 = { 'jimmy' => '1', 'mike' => '1' }; ok 12 ok 13 get object instance data: $VAR1 = { 'host' => 'localhost', 'clothes' => { 'blue hat' => '1', 'red bikini' => '1' }, 'users' => { 'jimmy' => '1', 'mike' => '1' }, 'correct_new' => 1, 'clothes_ordered' => [ 'red bikini', 'blue hat' ], 'users_ordered' => [ 'mike', 'jimmy' ] }; ok 14 ok 15 _array_contains(), mike ?= errol_morris _array_contains(), jimmy ?= errol_morris _array_contains(), errol_morris ?= errol_morris ok 16 - added 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..............Subroutine new redefined at t/TestFile.pm line 6. ok 1 stat(/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/LEOCHARRE-Class/t/0.t): No such file or directory at t/TestFile.pm line 12 # Failed test 'object instanced' # at t/11_TestFile.t line 12. Can't call method "abs_path" on an undefined value at t/11_TestFile.t line 13. # Looks like you failed 1 test of 2. # Looks like your test died just after 2. not ok 2 - object instanced 1..2 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay Failed 1/2 test scripts, 50.00% okay. 1/39 subtests failed, 97.44% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/11_TestFile.t 255 65280 2 1 50.00% 2 make: *** [test_dynamic] Error 255