Checking if your kit is complete... Looks good Writing Makefile for Config::YAML cp lib/Config/YAML.pm blib/lib/Config/YAML.pm PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00.load...........1..1 ok 1 - use Config::YAML; # Testing Config::YAML 1.42 ok t/01.init-read......ok 1 - Config::YAML->can('new') ok 2 - The object isa Config::YAML ok 3 - Implicit output declaration works ok 4 ok 5 - Scalar input looks good. ok 6 ok 7 - Array input looks good. ok 8 - Explicit output declaration works ok 9 ok 10 - User config variable declaration works ok 11 ok 12 - Double declaration of config/output works ok 13 - Config::YAML now 100-safe 1..13 FAILED tests 1-13 Failed 13/13 tests, 0.00% okay t/02.read-overlay...ok 1 - This should always work if the previous tests did ok 2 - Reassignment from secondary conf ok ok 3 - Assignment from secondary conf ok ok 4 ok 5 ok 6 - Array (re)assignment from secondary conf ok 1..6 FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/03.getopt-integrate.ok 1 - This should always work if the previous tests did ok 2 - Param update via Getopt worked 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/04.get-set........1..7 ok 1 - This should always work if the previous tests did ok 2 - OO value retreival works ok 3 - OO value specification works ok 4 - get_ting data structures works ok 5 - set_ting data structures works ok 6 - creating new attribs works ok 7 - getting nonexistent attribs returns undef ok t/05.fold...........1..2 ok 1 ok 2 - Folding from hash works. ok t/06.write..........1..1 ok 1 - YAML output is working ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/01.init-read.t 13 13 100.00% 1-13 t/02.read-overlay.t 6 6 100.00% 1-6 t/03.getopt-integrate.t 2 2 100.00% 1-2 2 tests skipped. Failed 3/9 test scripts, 66.67% okay. 21/32 subtests failed, 34.38% okay. make: *** [test_dynamic] Error 25