Checking if your kit is complete... Looks good Writing Makefile for Class::Tie::InsideOut cp lib/Tie/InsideOut.pm blib/lib/Tie/InsideOut.pm cp lib/Class/Tie/InsideOut.pm blib/lib/Class/Tie/InsideOut.pm Manifying blib/man3/Tie::InsideOut.3 Manifying blib/man3/Class::Tie::InsideOut.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/01-load...................1..2 ok 1 - use Tie::InsideOut; ok 2 - use Class::Tie::InsideOut; ok t/01-version................1..1 ok 1 - versions match ok t/02-basic..................1..24 Name "main::Key2" used only once: possible typo at t/02-basic.t line 11. ok 1 - use Tie::InsideOut; ok 2 - tied ok 3 - scalar context ok 4 - no values defined yet ok 5 - fetch undefined ok 6 - no errors in storing valied key not ok 7 - scalar context # Failed test 'scalar context' # at t/02-basic.t line 28. ok 8 - first value stored ok 9 - exists ok 10 - fetch ok 11 - error in storing invalid key ok 12 - error in fetching invalid key ok 13 ok 14 ok 15 - delete ok 16 ok 17 - tied ok 18 - no values defined yet ok 19 - fetch undefined ok 20 - no errors in storing valied key ok 21 - first value stored ok 22 - fetch ok 23 - error in storing invalid key # Looks like you failed 1 test of 24. ok 24 - error in fetching invalid key dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/24 tests, 95.83% okay t/02-storable...............1..24 ok 1 - use Tie::InsideOut; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok t/03-class-base.............1..4 Name "InsideOut::GoodKey" used only once: possible typo at t/03-class-base.t line 12. ok 1 ok 2 ok 3 - set/get ok 4 - error on bad key ok t/03-class-isa..............1..4 Name "InsideOut::GoodKey" used only once: possible typo at t/03-class-isa.t line 12. ok 1 ok 2 ok 3 - set/get ok 4 - error on bad key ok t/03-inherited..............1..8 Name "Another::Class::Name::InsideOutInherited::bar" used only once: possible typo at t/03-inherited.t line 32. ok 1 ok 2 ok 3 ok 4 - no error from inherited methods ok 5 - tested inherited method ok 6 - tested added method ok 7 - access to inherited field fails ok 8 - separate fields with the same name ok t/03-storable-dclone........1..86 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok t/04-badnamespace...........1..0 # Skip Namespace validation needs to be fixed skipped all skipped: Namespace validation needs to be fixed t/05-class-accessor-fast....1..0 # Skip Class::Accessor::Fast fails tests skipped all skipped: Class::Accessor::Fast fails tests t/05-class-accessor-set.....1..0 # Skip Class::Accessor fails tests skipped all skipped: Class::Accessor fails tests t/05-class-accessor.........1..0 # Skip Class::Accessor fails tests skipped all skipped: Class::Accessor fails tests t/05-class-field............1..0 # Skip Class::Field fails tests skipped all skipped: Class::Field fails tests Failed 1/13 test scripts, 92.31% okay. 1/153 subtests failed, 99.35% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/02-basic.t 1 256 24 1 4.17% 7 5 tests skipped. make: *** [test_dynamic] Error 11