Checking if your kit is complete... Looks good Writing Makefile for Config::Constants cp lib/Config/Constants.pm blib/lib/Config/Constants.pm cp lib/Config/Constants/XML.pm blib/lib/Config/Constants/XML.pm cp lib/Config/Constants/Perl.pm blib/lib/Config/Constants/Perl.pm cp lib/Config/Constants/XML/SAX/Handler.pm blib/lib/Config/Constants/XML/SAX/Handler.pm PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/10_Config_Constants_test..............1..3 ok 1 - use Config::Constants; ok 2 - use Config::Constants::Perl; ok 3 - use Config::Constants::XML; ok t/11a_Config_Constants_w_Perl...........1..3 ok 1 - ... got the right config ok 2 - ... got the right config variable ok 3 - ... got the right config variable ok t/11b_Config_Constants_w_Perl...........1..3 ok 1 - ... got the right config ok 2 - ... got the right config variable ok 3 - ... got the right config variable ok t/12a_Config_Constants_w_XML_test.......1..3 ok 1 - ... got the right config ok 2 - ... got the right config variable ok 3 - ... got the right config variable ok t/12b_Config_Constants_w_XML_test.......1..3 ok 1 - ... got the right config ok 2 - ... got the right config variable ok 3 - ... got the right config variable ok t/12c_Config_Constants_w_XML_test.......1..3 ok 1 - ... got the right config ok 2 - ... got the right config variable ok 3 - The object isa My::Object ok t/12d_Config_Constants_w_XML_test.......1..3 ok 1 - ... got the right config ok 2 - ... got the right config variable ok 3 - ... got the right config variable ok t/12e_Config_Constants_w_XML_test.......1..2 ok 1 - ... got the right config variable ok 2 - ... got the right config variable ok t/12f_Config_Constants_w_XML_test.......1..1 ok 1 - ... got the right config variable ok t/15a_Config_Constants_error_test.......1..1 ok 1 - ... got the right error ok t/15b_Config_Constants_error_test.......1..1 ok 1 - ... got the right error ok t/15c_Config_Constants_error_test.......1..1 ok 1 - ... got the right error ok t/20_Config_Constants_Perl_test.........1..8 ok 1 - use Config::Constants::Perl; ok 2 - Config::Constants::Perl->can('new') ok 3 - The object isa Config::Constants::Perl ok 4 - Config::Constants::Perl->can('modules') ok 5 - Config::Constants::Perl->can('constants') # Failed test '... got the right modules' # at t/20_Config_Constants_Perl_test.t line 22. # Structures begin differing at: # $got->[0] = 'Bar::Baz' # $expected->[0] = 'Foo::Bar' not ok 6 - ... got the right modules ok 7 - ... got the right constants for Foo::Bar # Looks like you failed 1 test of 8. ok 8 - ... got the right constants for Bar::Baz dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/8 tests, 87.50% okay t/30_Config_Constants_XML_test..........1..8 ok 1 - use Config::Constants::XML; ok 2 - Config::Constants::XML->can('new') ok 3 - The object isa Config::Constants::XML ok 4 - Config::Constants::XML->can('modules') ok 5 - Config::Constants::XML->can('constants') # Failed test '... got the right modules' # at t/30_Config_Constants_XML_test.t line 22. # Structures begin differing at: # $got->[0] = 'Bar::Baz' # $expected->[0] = 'Foo::Bar' not ok 6 - ... got the right modules ok 7 - ... got the right constants for Foo::Bar # Looks like you failed 1 test of 8. ok 8 - ... got the right constants for Bar::Baz dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/8 tests, 87.50% okay t/40_Config_Constants_reloading_test....1..10 ok 1 - use t::lib::Foo::Bar; ok 2 - use t::lib::Bar::Baz; ok 3 - ... got the right config ok 4 - ... got the right config variable ok 5 - ... got the right config variable ok 6 - use t::lib::Foo::Bar; ok 7 - use t::lib::Bar::Baz; ok 8 - ... got the right config ok 9 - ... got the right config variable ok 10 - ... got the right config variable ok t/pod...................................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD 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 Failed 2/17 test scripts, 88.24% okay. 2/53 subtests failed, 96.23% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/20_Config_Constants_Perl_test.t 1 256 8 1 12.50% 6 t/30_Config_Constants_XML_test.t 1 256 8 1 12.50% 6 2 tests skipped. make: *** [test_dynamic] Error 11