Checking if your kit is complete... Looks good Writing Makefile for Class::Interfaces cp lib/Class/Interfaces.pm blib/lib/Class/Interfaces.pm Manifying blib/man3/Class::Interfaces.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_Interfaces_test....1..32 ok 1 - use Class::Interfaces; ok 2 - Serializable->can('pack') ok 3 - Serializable->can('unpack') ok 4 - Iterable->can('iterator') ok 5 - Visitable->can('visit') ok 6 - The object isa Serializable ok 7 - Saveable->can('pack') ok 8 - Saveable->can('unpack') ok 9 - Saveable->can('save') ok 10 - Saveable->can('restore') ok 11 - The object isa Visitable ok 12 - The object isa Iterable ok 13 - VisitOrIterate->can('iterator') ok 14 - VisitOrIterate->can('visit') ok 15 - Printable->can('toString') ok 16 - Printable->can('stringValue') ok 17 - ... got the error we exepected ok 18 - ... got the error we exepected ok 19 - ... got the error we exepected ok 20 - ... got the error we exepected ok 21 - ... this passed fine ok 22 - ... got the error we exepected ok 23 - ... got the error we expected ok 24 - ... got the error we expected ok 25 - ... got the error we exepected ok 26 - ... created our Class::Interfaces subclass ok ok 27 - ... got the error we expected ok 28 - TestInterface->can('other_method') ok 29 - ... got the value we expected ok 30 - ... created our Class::Interfaces subclass ok ok 31 - ... got the error we expected ok 32 - ... we should not get an exception here ok t/pod.........................1..1 ok 1 - blib/lib/Class/Interfaces.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=33, 0 wallclock secs ( 0.25 cusr + 0.08 csys = 0.33 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Interfaces.html Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Interfaces.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Interfaces.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod