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 /Users/cpanrun/build/5.8.8/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, 514, 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') ok 2 - $array[42] == 42 ok 3 - Can't locate object method "STORE" via package "Tie::EchoArray" at t/02-array.t line 21. # ok 4 - Neither __NONE__ nor Tie::__NONE__ is available at t/02-array.t line 26 # ok 5 - tie(@ARRAY, 'Tie::File', ./_none_/db) failed : No such file or directory at t/02-array.t line 30 # 1..5 ok 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, 514, 438) failed : No such file or directory at t/04-error.t line 12 # ok 2 - no error ok 3 - HASH(0x184b858), SDBM_File, ./_none_/db, 514, 438 at t/04-error.t line 21. # ok 4 - tie(%HASH, 'SDBM_File', ./_none_/db, 514, 438) failed : No such file or directory at t/04-error.t line 29 # 1..4 ok All tests successful. Files=5, Tests=19, 0 wallclock secs ( 0.35 cusr + 0.12 csys = 0.47 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Attribute/Tie.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Attribute/Tie.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Attribute::Tie.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod