Checking if your kit is complete... Looks good Writing Makefile for Test::Struct cp lib/Test/Struct.pm blib/lib/Test/Struct.pm Manifying blib/man3/Test::Struct.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/Test-Struct....... # Failed test (t/Test-Struct.t at line 62) # STDERR is: # # # Failed test (t/Test-Struct.t at line 61) # # at $got not expecting defined value. # # not: # # Failed test (t/Test-Struct.t at line 61) # # at $got not expecting defined value. # # as expected # Failed test (t/Test-Struct.t at line 69) # STDERR is: # # # Failed test (t/Test-Struct.t at line 68) # # at $got expecting value isa reference. # # not: # # Failed test (t/Test-Struct.t at line 68) # # at $got expecting value isa reference. # # as expected # Failed test (t/Test-Struct.t at line 77) # STDERR is: # # # Failed test (t/Test-Struct.t at line 76) # # at $got expecting a blessed ref. # # at $got expecting reftype "SCALAR" but got "ARRAY". # # not: # # Failed test (t/Test-Struct.t at line 76) # # at $got expecting a blessed ref. # # at $got expecting reftype "SCALAR" but got "ARRAY". # # as expected # Failed test (t/Test-Struct.t at line 84) # STDERR is: # # # Failed test (t/Test-Struct.t at line 83) # # at $got not expecting a readonly value. # # not: # # Failed test (t/Test-Struct.t at line 83) # # at $got not expecting a readonly value. # # as expected # Failed test (t/Test-Struct.t at line 92) # STDERR is: # # # Failed test (t/Test-Struct.t at line 91) # # not expected to have seen reference in $got->[1] before at $got->[0]. # # not: # # Failed test (t/Test-Struct.t at line 91) # # not expected to have seen reference in $got->[1] before at $got->[0]. # # as expected # Failed test (t/Test-Struct.t at line 99) # STDERR is: # # # Failed test (t/Test-Struct.t at line 98) # # not expected to have seen $got->[1] before at $got->[0]. # # not: # # Failed test (t/Test-Struct.t at line 98) # # not expected to have seen $got->[1] before at $got->[0]. # # as expected # Failed test (t/Test-Struct.t at line 106) # STDERR is: # # # Failed test (t/Test-Struct.t at line 105) # # at @{$got} expecting element count of "2" but got "3". # # not: # # Failed test (t/Test-Struct.t at line 105) # # at @{$got} expecting element count of "2" but got "3". # # as expected # Failed test (t/Test-Struct.t at line 113) # STDERR is: # # # Failed test (t/Test-Struct.t at line 112) # # at @{$got} expecting element count of "3" but got "2". # # not: # # Failed test (t/Test-Struct.t at line 112) # # at @{$got} expecting element count of "3" but got "2". # # as expected # Failed test (t/Test-Struct.t at line 121) # STDERR is: # # # Failed test (t/Test-Struct.t at line 120) # # at @{$got} expecting element count of "3" but got "2". # # at $got->[1] expecting reftype "HASH" but got "ARRAY". # # not: # # Failed test (t/Test-Struct.t at line 120) # # at @{$got} expecting element count of "3" but got "2". # # at $got->[1] expecting reftype "HASH" but got "ARRAY". # # as expected # Failed test (t/Test-Struct.t at line 136) # STDERR is: # # # Failed test (t/Test-Struct.t at line 135) # # not expected to have seen ${${$got->[0]}} before at $got->[0]. # # not expected to have seen $got->[1] before at ${$got->[0]}. # # not: # # Failed test (t/Test-Struct.t at line 135) # # not expected to have seen ${${$got->[0]}} before at $got->[0]. # # not expected to have seen $got->[1] before at ${$got->[0]}. # # as expected # Failed test (t/Test-Struct.t at line 167) # STDERR is: # # # Failed test (t/Test-Struct.t at line 166) # # at $got->{"e"} expecting reftype "HASH" but got "ARRAY". # # at $got->{"a"} expecting value of "1" but got "b". # # at $got->{"c"} expecting value of "3" but got "d". # # at %{$got} expecting key "b". # # at %{$got} expecting key "d". # # not: # # Failed test (t/Test-Struct.t at line 166) # # at $got->{"e"} expecting reftype "HASH" but got "ARRAY". # # at $got->{"c"} expecting value of "3" but got "d". # # at $got->{"a"} expecting value of "1" but got "b". # # at %{$got} expecting key "b". # # at %{$got} expecting key "d". # # as expected FAILED tests 6-15, 17 Failed 11/17 tests, 35.29% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/Test-Struct.t 17 11 64.71% 6-15, 17 Failed 1/1 test scripts, 0.00% okay. 11/17 subtests failed, 35.29% okay. make: *** [test_dynamic] Error 29