Checking if your kit is complete... Looks good Writing Makefile for OGDL::Parser cp Graph.pm blib/lib/OGDL/Graph.pm cp Parser.pm blib/lib/OGDL/Parser.pm cp Path.pm blib/lib/OGDL/Path.pm cp pgpath blib/script/pgpath /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -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 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/pgpath Manifying blib/man3/OGDL::Graph.3 Manifying blib/man3/OGDL::Parser.3 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/test1....1..15 ok 1 - use OGDL::Parser; Use of uninitialized value in string eq at t/test1.t line 79. ok 2 - File parsing went through ok 3 - Path 1 retrieved correctly ok 4 - Path 2 retrieved correctly # Failed test 'Path 3 retrieved correctly' # at t/test1.t line 79. not ok 5 - Path 3 retrieved correctly Use of uninitialized value in string eq at t/test1.t line 79. ok 6 - Path 4 retrieved correctly ok 7 - Path 5 retrieved correctly # Failed test 'Path 6 retrieved correctly' # at t/test1.t line 79. not ok 8 - Path 6 retrieved correctly ok 9 - block long string1 test ok 10 - quote long string1 test ok 11 - group path selection test Use of uninitialized value in string eq at t/test1.t line 112. # Failed test 'roundtrip block long string1 test' # at t/test1.t line 112. Use of uninitialized value in string eq at t/test1.t line 115. # Failed test 'roundtrip quote long string1 test' # at t/test1.t line 115. Use of uninitialized value in string eq at t/test1.t line 118. not ok 12 - roundtrip block long string1 test not ok 13 - roundtrip quote long string1 test # Failed test 'roundtrip group path selection test' # at t/test1.t line 118. # Failed test 'Roundtrip test ok' # at t/test1.t line 120. not ok 14 - roundtrip group path selection test not ok 15 - Roundtrip test ok # Looks like you failed 6 tests of 15. dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 5, 8, 12-15 Failed 6/15 tests, 60.00% okay t/test2....1..1 ok 1 - use OGDL::Graph; Undefined subroutine &OGDL::Parser::fileToGraph called at t/test2.t line 13. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed 2/2 test scripts, 0.00% okay. 6/16 subtests failed, 62.50% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/test1.t 6 1536 15 6 40.00% 5 8 12-15 t/test2.t 255 65280 1 0 0.00% ?? make: *** [test_dynamic] Error 2