Checking if your kit is complete... Looks good Writing Makefile for Data::Lazy cp Lazy.pm blib/lib/Data/Lazy.pm Manifying blib/man3/Data::Lazy.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-basic....1..18 ok 1 - use Data::Lazy; ok 2 - use Data::Lazy foo => 'code' ok 3 - use Data::Lazy foo => &fun ok 4 - use Data::Lazy () ok 5 - use Data::Lazy () ok 6 - use Data::Lazy (@) ok 7 - tie $variable, Data::Lazy => ... ok 8 - data fetched only once ok 9 - Read-only variables are read-only ok 10 - Returned OK ok 11 - Called once only ok 12 - LAZY_STORECODE ok 13 - New sub called ok 14 - New sub called once only ok 15 - New sub called again after undef ok 16 - New sub called again after = undef ok 17 - LAZY_STOREVALUE ok 18 - sub not called with LAZY_STOREVALUE ok t/02-array....1..7 ok 1 - use Data::Lazy; ok 2 - TIEARRAY interface (1) ok 3 - TIEARRAY interface (2) ok 4 - FETCHSIZE ok 5 - FETCHSIZE after set ok 6 - STORE works ok 7 - Fibbonacci generator ok t/03-hash.....1..5 ok 1 - use Data::Lazy; ok 2 - TIEHASH interface (1) ok 3 - TIEHASH interface (2) ok 4 - TIEHASH interface (3) ok 5 - STORE works ok t/04-untie....1..8 ok 1 - Foo is tied ok 2 - FETCH on LAZY_UNTIE ok 3 - Foo is now untied ok 4 - FETCH only called once ok 5 - Foo is tied ok 6 - STORE on LAZY_UNTIE ok 7 - Foo is now untied ok 8 - STORE saved value ok All tests successful. Files=4, Tests=38, 0 wallclock secs ( 0.23 cusr + 0.08 csys = 0.31 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Data/Lazy.html Installing /Users/cpanrun/build/5.10.0/site/lib/Data/Lazy.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Data::Lazy.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod