Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Tie-Hash-StructKeyed' version '0.03' Copying lib/Tie/Hash/StructKeyed.pm -> blib/lib/Tie/Hash/StructKeyed.pm Manifying blib/lib/Tie/Hash/StructKeyed.pm -> blib/libdoc/Tie::Hash::StructKeyed.3 HTMLifying blib/lib/Tie/Hash/StructKeyed.pm -> blib/libhtml/site/lib/Tie/Hash/StructKeyed.html t/00use.......1..1 ok 1 - use Tie::Hash::StructKeyed; ok t/01basic.....1..16 ok 1 - The object isa HASH ok 2 - The object isa Tie::Hash::StructKeyed ok 3 - Basic (non-array) thing still works ok 4 ok 5 - undef value ok 6 - [subscripted key] works ok 7 ok 8 - Undef ok 9 - multi-path tests ok 10 ok 11 ok 12 ok 13 - [subscripted key] works # Failed test (t/01basic.t at line 42) not ok 14 - Keys returned (in order expected by my machine - I guess this is not a good test though...) # Structures begin differing at: # $got->[0][0] = 'DE' # $expected->[0][0] = 'UK' ok 15 - complex 1 ok 16 - complex 2 # Looks like you failed 1 tests of 16. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 14 Failed 1/16 tests, 93.75% okay t/02object....1..5 # Behaviour of objects in keys is undefined and subject to change ok 1 - Simple object key test ok 2 - Simple object key test not ok 3 - Multiple object test # TODO Separate objects with different representations should not hash the same # Failed (TODO) test (t/02object.t at line 33) # got: 'ZZ' # expected: 'Z' ok 4 - Simple object key test not ok 5 - Same object after state change # TODO Same object after state change should hash the same # Failed (TODO) test (t/02object.t at line 40) # got: undef # expected: 'ZZ' ok Failed 1/3 test scripts, 66.67% okay. 1/22 subtests failed, 95.45% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01basic.t 1 256 16 1 6.25% 14