Checking if your kit is complete... Looks good Writing Makefile for Text::Filter cp lib/Text/Filter.pm blib/lib/Text/Filter.pm cp lib/Text/Filter/Cooked.pm blib/lib/Text/Filter/Cooked.pm Manifying blib/man3/Text::Filter.3 Manifying blib/man3/Text::Filter::Cooked.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/00basic.....1..10 Bareword found where operator expected at (eval 4) line 2, near "/examples/testfilter" (Missing operator before testfilter?) ok 1 - use Text::Filter; # Failed test (t/00basic.t at line 13) # Tried to require '../examples/testfilter.pl'. # Error: syntax error at (eval 4) line 2, near "/examples/testfilter" Undefined subroutine &Grepper::grepper called at t/00basic.t line 39, line 5. # Looks like you planned 10 tests but only ran 2. # Looks like your test died just after 2. not ok 2 - require ../examples/testfilter.pl; dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-10 Failed 9/10 tests, 10.00% okay t/01simple....1..5 ok 1 - use Text::Filter; ok 2 - Quickie ok 3 - Object ok 4 - Object w/proc ok 5 - Object run w/proc ok t/10cooked....1..5 ok 1 - use Text::Filter::Cooked; ok 2 - use File::Compare; ok 3 - basic ok 4 - run ok 5 - quick ok Failed 1/3 test scripts, 66.67% okay. 9/20 subtests failed, 55.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/00basic.t 255 65280 10 17 170.00% 2-10 make: *** [test_dynamic] Error 25