Checking if your kit is complete... Looks good Writing Makefile for Class::LazyObject cp lib/Class/LazyObject.pm blib/lib/Class/LazyObject.pm Manifying blib/man3/Class::LazyObject.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_load.............1..1 ok 1 - use Class::LazyObject; ok t/002_testsimple.......1..10 ok 1 - use Simple; ok 2 - The object isa Simple ok 3 - Simple->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/003_simpleinherit....1..10 ok 1 - use Simple::Inherit; ok 2 - The object isa Simple ok 3 - Simple::Inherit->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/004_simpinhinh.......1..10 ok 1 - use Simple::Inherit::Inherit; ok 2 - The object isa Simple ok 3 - Simple::Inherit::Inherit->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/005_simplelazy.......1..10 ok 1 - use Simple::Lazy; ok 2 - The object isa Simple ok 3 - Simple::Lazy->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/006_simplelazyinh....1..0 # Skip Inheriting from a class that inherits from Class::LazyObject is not yet supported. skipped all skipped: Inheriting from a class that inherits from Class::LazyObject is not yet supported. t/052_auto.............1..10 ok 1 - use Auto; ok 2 - The object isa Auto ok 3 - Auto->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/053_autoinherit......1..10 ok 1 - use Auto::Inherit; ok 2 - The object isa Auto ok 3 - Auto::Inherit->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/054_autoinhinh.......1..10 ok 1 - use Auto::Inherit::Inherit; ok 2 - The object isa Auto ok 3 - Auto::Inherit::Inherit->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/055_autolazy.........1..10 ok 1 - use Auto::Lazy; ok 2 - The object isa Auto ok 3 - Auto::Lazy->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/056_autolazyinh......1..0 # Skip Inheriting from a class that inherits from Class::LazyObject is not yet supported. skipped all skipped: Inheriting from a class that inherits from Class::LazyObject is not yet supported. t/101_lazywrong........1..1 ok 1 - Complains about missing parameters passed to inherit ok t/102_justnew..........1..10 ok 1 - use JustNew; ok 2 - The object isa JustNew ok 3 - JustNew->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/103_justnewlazy......1..10 ok 1 - use JustNew::Lazy; ok 2 - The object isa JustNew ok 3 - JustNew::Lazy->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok t/104_lazydouble.......1..10 ok 1 - use Simple::Lazy::Double; ok 2 - The object isa Simple ok 3 - Simple::Lazy::Double->can(...) ok 4 - Nonexistant method call ok 5 - get_string ok 6 - set_string ok 7 - Copy, both unmodified, then get_string. ok 8 - Copy, modify orig, then get_string. ok 9 - Copy, modify copy, then get_string. ok 10 - Caller is correct ok All tests successful, 2 tests skipped. Files=15, Tests=112, 2 wallclock secs ( 1.21 cusr + 0.40 csys = 1.61 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/Class/LazyObject.html Installing /home/cpanrun/build/5.10.0/site/lib/Class/LazyObject.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Class::LazyObject.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod