Checking if your kit is complete... Looks good Writing Makefile for Class::Printable cp lib/Class/Printable.pm blib/lib/Class/Printable.pm Manifying blib/man3/Class::Printable.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/10_Class_Printable_test....ok 1 - use Class::Printable; ok 2 - Class::Printable->can('toString') ok 3 - ... got the default value we expected ok 4 - Class::Printable->can('stringValue') ok 5 - ... got the default value we expected ok 6 - TestPackage->can('new') ok 7 - The object isa TestPackage ok 8 - The object isa Class::Printable ok 9 - TestPackage->can('toString') ok 10 - TestPackage->can('stringValue') ok 11 - ... got the toString value ok 12 - ... got the overload value ok 13 - ... got the string value ok 14 - TestOtherPackage->can('new') ok 15 - The object isa TestOtherPackage ok 16 - The object isa Class::Printable ok 17 - TestOtherPackage->can('toString') ok 18 - TestOtherPackage->can('stringValue') ok 19 - ... got the toString value ok 20 - ... got the overload value ok 21 - ... got the string value ok 22 - The object isa TestOtherPackage ok 23 - The object isa TestOtherPackage ok 24 - ... these objects are not equal and they dont try to find overloads 1..24 ok t/pod........................1..1 ok 1 - blib/lib/Class/Printable.pm ok t/pod_coverage...............1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage All tests successful, 1 test skipped. Files=3, Tests=25, 0 wallclock secs ( 0.22 cusr + 0.08 csys = 0.30 CPU) make: *** [htmlifypods] Hangup