Warning: prerequisite File::Temp 0.14 not found at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Looks good Writing Makefile for File::Marker cp lib/File/Marker.pm blib/lib/File/Marker.pm Manifying blib/man3/File::Marker.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/01_File_Marker.....ok 1 - require File::Marker; ok 2 - The object isa File::Marker ok 3 - The object isa IO::File ok 4 - opening a data file with 'open' ok 5 - file contents correct ok 6 - closing data file ok 7 - opening a data file with 'new' ok 8 - first line contents correct ok 9 - marking current position at line 2 ok 10 - reading line 2 ok 11 - jumping back to the marker for line 2 ok 12 - reading line 2 again ok 13 - setting a marker for line 3 ok 14 - reading line 3 ok 15 - jumping back to the marker for line 3 ok 16 - jumping back to the marker for line 2 ok 17 - jumping back to the special 'LAST' marker (i.e. line 3) ok 18 - reading line 3 again ok 19 - got error trying to set 'LAST' ok 20 - got correct list of existing markers ok 21 - reopening test data file ok 22 - reopening clears tags (got error jumping to line 3 tag) ok 23 - reading line 1 again ok 24 - jumping back to the special 'LAST' marker (without any prior jumps) ok 25 - reading line 1 again ok 26 - closing filehandle ok 27 - got error trying to set marker for closed filehandle ok 28 - got error trying to goto marker for closed filehandle ok 29 - Confirm only one object in memory storage (no leaks) 1..29 ok t/02_fork............1..9 ok 1 - require File::Marker; ok 2 - The object isa File::Marker ok 3 - line 1 contents correct ok 4 - marking current position at line 2 ok 5 - reading line 2 ok 6 - jumping back to the marker for line 2 ok 7 - reading line 2 again # Failed test 'reading line 2 again' # at t/02_fork.t line 69. # got: 'ive # ' # expected: 'two # ' ok 8 - jumping back to the marker for line 2 not ok 9 - reading line 2 again # Looks like you failed 1 test of 9. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 9 Failed 1/9 tests, 88.89% okay t/03_thread..........Can't locate threads.pm in @INC (@INC contains: blib/arch blib/lib /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl . /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl .) at t/03_thread.t line 15. BEGIN failed--compilation aborted at t/03_thread.t line 15. dubious Test returned status 2 (wstat 512, 0x200) t/04_save_load.......Can't locate object method "new" via package "File::Temp" (perhaps you forgot to load "File::Temp"?) at t/04_save_load.t line 12. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/98_pod.............1..0 # Skip Skipping author tests skipped all skipped: Skipping author tests t/99_pod_coverage....1..0 # Skip Skipping author tests skipped all skipped: Skipping author tests Failed 3/6 test scripts, 50.00% okay. 1/38 subtests failed, 97.37% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/02_fork.t 1 256 9 1 11.11% 9 t/03_thread.t 2 512 ?? ?? % ?? t/04_save_load.t 255 65280 ?? ?? % ?? 2 tests skipped. make: *** [test_dynamic] Error 11