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/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" 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 ok 8 - jumping back to the marker for line 2 not ok 9 - reading line 2 again # Failed test (t/02_fork.t at line 69) # got: 'ive # ' # expected: 'two # ' # Looks like you failed 1 tests of 9. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 9 Failed 1/9 tests, 88.89% okay t/03_thread..........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 Attempt to free unreferenced scalar: SV 0x600000000057d400, line 3 during global destruction. ok 6 - jumping back to the marker for line 2 ok 7 - reading line 2 again ok 8 - jumping back to the marker for line 2 ok 9 - reading line 2 again ok t/04_save_load.......ok 1 - require File::Marker; ok 2 - creating new File::Marker object ok 3 - opening a data file with 'open' ok 4 - saving markers to /tmp/1qCAqLjKk6 ok 5 - reopening test data file and clearing markers ok 6 - loading markers from /tmp/1qCAqLjKk6 ok 7 - line 0 matched ok 8 - line 1 matched ok 9 - line 2 matched ok 10 - line 3 matched ok 11 - line 4 matched 1..11 ok 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 1/6 test scripts, 83.33% okay. 1/58 subtests failed, 98.28% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------- t/02_fork.t 1 256 9 1 11.11% 9 2 tests skipped. make: *** [test_dynamic] Error 25