****************************************************** It looks like you're missing Time::HiRes. This module can work fine without it, but having it reduces the amount of collisions when storing files into a queue, so it is a good idea to install it before going any further. ****************************************************** Checking if your kit is complete... Looks good Writing Makefile for Queue::Dir cp flock-test.pl blib/lib/Queue/flock-test.pl cp Dir.pm blib/lib/Queue/Dir.pm Manifying blib/man3/Queue::Dir.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/00-load.....1..1 ok 1 ok t/10-lock.....1..8 "my" variable $fh masks earlier declaration in same scope at t/10-lock.t line 46. "my" variable $qid masks earlier declaration in same scope at t/10-lock.t line 46. ok 1 - Proper ->new() ok 2 - Proper ->new() with a path Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. ok 3 - ->new() with unexistant path # Looks like you planned 8 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-8 Failed 5/8 tests, 37.50% okay t/10-new......1..3 ok 1 - Proper ->new() ok 2 - Proper ->new() with a path ok 3 - ->new() with unexistant path ok t/10-next.....1..10 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/10-store....1..59 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. ok 1 - Proper ->new() # Looks like you planned 59 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-59 Failed 58/59 tests, 1.69% okay t/10-visit....1..34 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. ok 1 - Proper ->new() # Looks like you planned 34 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-34 Failed 33/34 tests, 2.94% okay t/20-done.....1..3 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. ok 1 - Proper ->new() # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/20-visit....1..5 ok 1 - Proper ->new() Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/20-walk.....1..5 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. ok 1 - Proper ->new() # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/30-visit....1..5 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/40-visit....1..4 Undefined subroutine &Queue::Dir::time called at blib/lib/Queue/Dir.pm line 213. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay Failed 9/11 test scripts, 18.18% okay. 125/137 subtests failed, 8.76% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/10-lock.t 255 65280 8 10 125.00% 4-8 t/10-next.t 255 65280 10 20 200.00% 1-10 t/10-store.t 255 65280 59 116 196.61% 2-59 t/10-visit.t 255 65280 34 66 194.12% 2-34 t/20-done.t 255 65280 3 4 133.33% 2-3 t/20-visit.t 255 65280 5 8 160.00% 2-5 t/20-walk.t 255 65280 5 8 160.00% 2-5 t/30-visit.t 255 65280 5 10 200.00% 1-5 t/40-visit.t 255 65280 4 8 200.00% 1-4 make: *** [test_dynamic] Error 2