On Oct 31, 2007, at 3:55 PM, [EMAIL PROTECTED] wrote:
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'make test':
PERL_DL_NONLAZY=1 /Users/david/cpantesting/perl-5.9.5/bin/perl5.9.5
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/
arch')" t/*.t
t/01-basic...........ok
t/02-foreign.........# Test 28 got: "dir/subdir" (t/02-foreign.t at
line 68 *TODO*)
# Expected: "/dir/subdir"
# t/02-foreign.t line 68 is: ok $dir->as_foreign('Unix'), '/dir/
subdir';
# Test 29 got: "" (t/02-foreign.t at line 69 *TODO*)
# Expected: "1"
# t/02-foreign.t line 69 is: ok $dir->as_foreign('Unix')-
>is_absolute, 1;
Failed 2/29 subtests
(less 2 skipped subtests: 25 okay)
t/03-filesystem......ok
Test Summary Report
-------------------
t/02-foreign.t (Wstat: 0 Tests: 29 Failed: 2)
Failed test number(s): 28-29
Parse errors: No plan found in TAP output
I think your copy of TAP::Harness needs updating, those are TODO
tests that are failing.
-Ken