Cannot determine perl version info from lib/Data/Inherited.pm Checking if your kit is complete... Looks good Writing Makefile for Data::Inherited cp lib/Data/Inherited.pm blib/lib/Data/Inherited.pm Manifying blib/man3/Data::Inherited.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00_compile........1..1 ok 1 - use Data::Inherited; ok t/01_defaults.......1..15 ok 1 - Person first_name is John ok 2 - Person last_name is Smith ok 3 - Person first_name is John ok 4 - Person last_name is Smith ok 5 - Person first_name is John ok 6 - Person last_name is Smith ok 7 - Person first_name is John ok 8 - Person last_name is Smith ok 9 - defaults in hash context ok 10 - Salaryman first_name is John ok 11 - Salaryman salary is 10000 ok 12 - Salaryman last_name is Smith ok 13 - LocatedSalaryman first_name is Johan ok 14 - LocatedSalaryman salary is 20000 ok 15 - LocatedSalaryman last_name is Smith ok t/02_overload-next..1..2 ok 1 - A stringification ok 2 - B stringification ok t/03_class_methods..1..5 ok 1 - package Foo::Base plans 11 in total ok 2 - package Foo::Bar plans 14 in total ok 3 - package Foo::Bar::Baz plans 19 in total ok 4 - package Foo::Frobnule plans 18 in total ok 5 - package Foo::Everything plans 26 in total ok t/04-next-actual....ok 1 - use Data::Inherited; ok 2 - test A ok 3 - test B ok 4 - test D ok 5 - test C ok 6 - test D ok 7 - test C ok 8 - test D ok 9 - test D ok 10 - Correctly dies after full traversal 1..10 FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/04-next-actuns....ok 1 - use Data::Inherited; ok 2 - test A ok 3 - test B ok 4 - test D ok 5 - test C ok 6 - Correctly dies after C 1..6 FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/04-next-next......1..25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok t/04-next-unseen....ok 1 - use Data::Inherited; ok 2 - test A ok 3 - test B ok 4 - test D ok 5 - test C ok 6 - Correctly survives after C ok 7 - First diamond is okay 1..7 FAILED tests 1-7 Failed 7/7 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/04-next-actual.t 10 10 100.00% 1-10 t/04-next-actuns.t 6 6 100.00% 1-6 t/04-next-unseen.t 7 7 100.00% 1-7 Failed 3/8 test scripts, 62.50% okay. 23/71 subtests failed, 67.61% okay. make: *** [test_dynamic] Error 25