Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Attribute::Tie cp lib/Attribute/Tie.pm blib/lib/Attribute/Tie.pm Manifying blib/man3/Attribute::Tie.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load......1..1 ok 1 - use Attribute::Tie; ok t/01-hash......ok 1 - my %hash : Tie('LenHash') ok 2 - $hash{'key'} == key ok 3 - Can't locate object method "STORE" via package "Tie::EchoHash" at t/01-hash.t line 20. # ok 4 - Neither __NONE__ nor Tie::__NONE__ is available at t/01-hash.t line 24 # ok 5 - tie(%HASH, 'SDBM_File', ./_none_/db, 258, 438) failed : No such file or directory at t/01-hash.t line 29 # 1..5 ok t/02-array.....ok 1 - my @array : Tie('EchoArray') FETCHSIZE returned a negative value at t/02-array.t line 19. 1..1 # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/03-scalar....ok 1 - my $scalar : Tie('ConstantScalar') ok 2 - $scalar == 42 ok 3 - Tie::ConstantScalar doesn't define a STORE method at t/03-scalar.t line 20 # ok 4 - Neither __NONE__ nor Tie::__NONE__ is available at t/03-scalar.t line 25 # 1..4 ok t/04-error.....ok 1 - tie(%HASH, 'SDBM_File', ./_none_/db, 258, 438) failed : No such file or directory at t/04-error.t line 12 # ok 2 - no error ok 3 - HASH(0x2a8518), SDBM_File, ./_none_/db, 258, 438 at t/04-error.t line 21. # ok 4 - tie(%HASH, 'SDBM_File', ./_none_/db, 258, 438) failed : No such file or directory at t/04-error.t line 29 # 1..4 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02-array.t 255 65280 1 0 ?? Failed 1/5 test scripts. 0/15 subtests failed. Files=5, Tests=15, 2 wallclock secs ( 1.19 cusr + 0.33 csys = 1.52 CPU) Failed 1/5 test programs. 0/15 subtests failed. make: *** [test_dynamic] Error 255