Checking if your kit is complete... Looks good Warning: prerequisite Test::Simple 0.61 not found. We have 0.47. Writing Makefile for SUPER cp lib/SUPER.pm blib/lib/SUPER.pm Manifying blib/man3/SUPER.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1.....................1..7 ok 1 - The object isa Kid ok 2 - Arguments passed OK ok 3 - Arguments retained OK ok 4 - Kid inherits new() from Daddy ok 5 - ... as it does foo, even though it overrides it ok 6 - SUPER's import comes from Exporter # Failed test (t/1.t at line 49) not ok 7 - ... as does Test::Builder::Module # got: '' # expected: 'CODE(0x4009c78c)' # Looks like you failed 1 tests of 7. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/7 tests, 85.71% okay t/bugs..................1..6 ok 1 - Class '...' ok 2 - Class '\n' ok 3 - Class '0' ok 4 - No deep recursion ok 5 - $Class->can worked ok 6 - ... and should get to right method ok t/deep_inheritance......1..15 ok 1 - use SUPER; ok 2 - The object isa Level4 ok 3 - ...the object is initialized as level4 ok 4 - ...the object has four parents from its own class. ok 5 - ... 3 parents from one class above. ok 6 - ...2 parents from two classes above. ok 7 - ...and only UNIVERSAL from the top level class. ok 8 - ...get the expected superclass method. ok 9 - ...in the expected superclass. ok 10 - ...get the expected superclass method one up. ok 11 - ...in the superclass one up. ok 12 - ...get the expected superclass method two up. ok 13 - ...in the superclass two up. ok 14 - ...get an empty string when there are no more super class. ok 15 - ...and undef when no further superclasses match the desired method. ok t/follow_inheritance....1..6 ok 1 - use SUPER; ok 2 - SUPER() should respect current, not compile-time @ISA ok 3 - ... even when reset ok 4 - ... for class calls too ok 5 - SUPER() and should go nowhere with nowhere to go ok 6 - mu ok t/get_all_parents.......1..2 ok 1 - Proxy should get called ok 2 - ... and SUPER should find parent ok t/keep_going............1..4 ok 1 - Called on the Son ok 2 - Called on the Father ok 3 - Called on the Grandfather ok 4 - called the Son->Father->Grandfather ok t/keep_going_manual.....1..7 ok 1 - Called on the Son ok 2 - Called on the Father ok 3 - ... from the son ok 4 - Called on the Grandfather ok 5 - ... from the father ok 6 - ... (whose parent is the grandfather) ok 7 - ... (whose parent is the father) ok Failed 1/7 test scripts, 85.71% okay. 1/47 subtests failed, 97.87% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/1.t 1 256 7 1 14.29% 7 make: *** [test_dynamic] Error 25